Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install with electron #24

Open
OpakAlex opened this issue Oct 31, 2017 · 0 comments
Open

Install with electron #24

OpakAlex opened this issue Oct 31, 2017 · 0 comments

Comments

@OpakAlex
Copy link

OpakAlex commented Oct 31, 2017

When i try run this with electron i have issue:

 /var/www/electron/electron-api-demos/ master* npm start                              

> ElectronAPIDemos@1.3.0 start /private/var/www/electron/electron-api-demos
> electron .

App threw an error during load
Error: The module '/private/var/www/electron/electron-api-demos/node_modules/fastcall/build/Release/ref.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 48. This version of Node.js requires
NODE_MODULE_VERSION 53. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or`npm install`).
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
    at Object.Module._extensions..node (module.js:598:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at bindings (/private/var/www/electron/electron-api-demos/node_modules/bindings/bindings.js:81:44)
    at Object.<anonymous> (/private/var/www/electron/electron-api-demos/node_modules/fastcall/lib/ref-libs/ref.js:5:47)

Any ideas?

when trying:
var nooocl = require('nooocl')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant