cli icon indicating copy to clipboard operation
cli copied to clipboard

Error while deploying meteor application.

Open asyncink opened this issue 8 years ago • 0 comments

I had this error: Unable to connect to any application instances.

Logs display this error:

/mnt/app/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 (/mnt/app/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 (/mnt/app/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bindings/bindings.js:76:44)
    at Object.<anonymous> (/mnt/app/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 3.13.0-46-generic
npm ERR! argv "/mnt/app/.modulus/nvm/versions/node/v4.7.0/bin/node" "/mnt/app/.modulus/nvm/versions/node/v4.7.0/bin/npm" "start"
npm ERR! node v4.7.0
npm ERR! npm  v4.0.5
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! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, 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
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs meteor-dev-bundle
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls meteor-dev-bundle
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /mnt/app/bundle/programs/server/npm-debug.log
Now using node v4.7.0 (npm v4.0.5)
Found package.json: ./bundle/programs/server/package.json
Running command: npm start

> [email protected] start /mnt/app/bundle/programs/server
> node ../../main

please help. are there any solutions for this problem?

asyncink avatar Dec 24 '16 12:12 asyncink