You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I require leapjs-plugins 0.1.11 inside node, I'm currently getting this error:
.../node_modules/leapjs-plugins/main/playback/leap.playback-0.2.1.js:1835
}( window ));
^
ReferenceError: window is not defined
at Object.<anonymous> (.../node_modules/leapjs-plugins/main/playback/leap.playback-0.2.1.js:1835:4)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (.../node_modules/leapjs-plugins/index.js:5:1)
at Module._compile (module.js:556:32)
The text was updated successfully, but these errors were encountered:
Sorry for the trouble @aknoerig. That's a good question (maybe there's benefits to people using some browser package managers?), but pretty much all of the plugins in leapjs-plugins were built to address browser interaction issues.
When I require leapjs-plugins 0.1.11 inside node, I'm currently getting this error:
The text was updated successfully, but these errors were encountered: