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

"npm start" error on Linux #283

Open
antxa opened this issue Jun 15, 2018 · 2 comments
Open

"npm start" error on Linux #283

antxa opened this issue Jun 15, 2018 · 2 comments

Comments

@antxa
Copy link

antxa commented Jun 15, 2018

Hi,
After demeteorizing, I run "npm install" with success. But I get an error when I run "npm start":

[email protected] start /sc01a4/users/jibotusa/proiektuak/LIHLITH/apps/tutorial-simple-todos/.demeteorized/bundle/programs/server
> node ../../main

/sc01a4/users/jibotusa/proiektuak/LIHLITH/apps/tutorial-simple-todos/.demeteorized/bundle/programs/server/node_modules/fibers/future.js:280
						throw(ex);
						^

Error: Module did not self-register.
    at Error (native)
    at Object.Module._extensions..node (module.js:434:18)
    at Module.load (module.js:343:32)
    at Module.Mp.load (/sc01a4/users/jibotusa/proiektuak/LIHLITH/apps/tutorial-simple-todos/.demeteorized/bundle/programs/server/npm/node_modules/meteor/babel-compiler/node_modules/reify/node/runtime.js:16:23)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at bindings (/sc01a4/users/jibotusa/proiektuak/LIHLITH/apps/tutorial-simple-todos/.demeteorized/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bcrypt/node_modules/bindings/bindings.js:76:44)
    at Object.<anonymous> (/sc01a4/users/jibotusa/proiektuak/LIHLITH/apps/tutorial-simple-todos/.demeteorized/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bcrypt/bcrypt.js:3:35)
    at Module._compile (module.js:409:26)

npm ERR! Linux 2.6.32-696.18.7.el6.x86_64
npm ERR! argv "/soft_orokorra_linux_x86_64_rhel6/nodejs-4.6/bin/node" "/soft_orokorra_linux_x86_64_rhel6/nodejs-4.6/bin/npm" "start"
npm ERR! node v4.6.1
npm ERR! npm  v2.15.9
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `node ../../main`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] start script 'node ../../main'.
npm ERR! This is most likely a problem with the meteor-dev-bundle package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node ../../main

Could you help me?
Thanks!

@groupfranchising
Copy link

Have you found a solution for this? I am getting the exact same error on Linux.

@antxa
Copy link
Author

antxa commented Oct 18, 2018

No, I haven't.

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

2 participants