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

cannot start on vagrant ubuntu 12 #37

Open
kyr7 opened this issue Sep 28, 2015 · 2 comments
Open

cannot start on vagrant ubuntu 12 #37

kyr7 opened this issue Sep 28, 2015 · 2 comments

Comments

@kyr7
Copy link

kyr7 commented Sep 28, 2015

vagrant@precise32:~/superscript-editor$ npm start

[email protected] start /home/vagrant/superscript-editor
node app

/home/vagrant/superscript-editor/node_modules/mongodb/lib/mongodb/db.js:299
throw err;
^
Error: Cannot find module '../../node_modules/ss-parser/lib/regexreply'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at module.exports (/home/vagrant/superscript-editor/node_modules/superscript/lib/topics/gambit.js:13:20)
at module.exports (/home/vagrant/superscript-editor/node_modules/superscript/lib/topics/index.js:25:31)
at NativeConnection.module.exports (/home/vagrant/superscript-editor/app.js:41:55)
at NativeConnection.g (events.js:180:16)
at NativeConnection.emit (events.js:92:17)
at open (/home/vagrant/superscript-editor/node_modules/mongoose/lib/connection.js:453:10)
at NativeConnection.Connection.onOpen (/home/vagrant/superscript-editor/node_modules/mongoose/lib/connection.js:462:5)
at /home/vagrant/superscript-editor/node_modules/mongoose/lib/connection.js:421:10
at /home/vagrant/superscript-editor/node_modules/mongoose/lib/drivers/node-mongodb-native/connection.js:59:5
at /home/vagrant/superscript-editor/node_modules/mongodb/lib/mongodb/db.js:296:11
at process._tickCallback (node.js:448:13)

npm ERR! Linux 3.2.0-23-generic-pae
npm ERR! argv "node" "/usr/bin/npm" "start"
npm ERR! node v0.10.40
npm ERR! npm v3.3.4
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: node app
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] start script 'node app'.
npm ERR! This is most likely a problem with the superscript-editor package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node app
npm ERR! You can get their info via:
npm ERR! npm owner ls superscript-editor
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/vagrant/superscript-editor/npm-debug.log

https://gist.github.com/kyr7/e15cc28aa058ef826682

@kyr7
Copy link
Author

kyr7 commented Sep 28, 2015

And this is how Ububtu 14 VM failure looks like:
events.js:72
throw er; // Unhandled 'error' event
^
OpenError: IO error: testbot/MANIFEST-000001: Invalid argument
at /vagrant/superscript-editor/node_modules/level-packager/node_modules/levelup/lib/levelup.js:114:34

npm ERR! Linux 3.13.0-63-generic
npm ERR! argv "node" "/usr/bin/npm" "start"
npm ERR! node v0.10.40
npm ERR! npm v3.3.4
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: node app
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] start script 'node app'.
npm ERR! This is most likely a problem with the superscript-editor package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node app
npm ERR! You can get their info via:
npm ERR! npm owner ls superscript-editor
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /vagrant/superscript-editor/npm-debug.log

@tzmartin
Copy link

I suspect this was an incomplete dependency installation. Try running npm install again within the /home/vagrant/superscript-editor/node_modules/superscript/

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