We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Meteor server won't start after installing this package. I'm using Ubuntu 14.04.2 LTS 64-bit.
Below is the error:
I20150713-10:53:18.253(8)? => No METEOR_SETTINGS passed in, using locally defined settings. I20150713-10:53:18.405(8)? electrify: installing electrified dependencies W20150713-10:56:44.046(8)? (STDERR) W20150713-10:56:44.047(8)? (STDERR) events.js:72 W20150713-10:56:44.047(8)? (STDERR) throw er; // Unhandled 'error' event W20150713-10:56:44.047(8)? (STDERR) ^ W20150713-10:56:44.050(8)? (STDERR) Error: spawn ENOENT W20150713-10:56:44.050(8)? (STDERR) at errnoException (child_process.js:1011:11) W20150713-10:56:44.050(8)? (STDERR) at Process.ChildProcess._handle.onexit (child_process.js:802:34)
The text was updated successfully, but these errors were encountered:
Hi, should be simple to fix. Two questions:
Sorry, something went wrong.
Thanx in advance...
I updated to the latest NodeJS version (0.12.7) and it fixed the problem.
Thanks for the info...
Nice, so I guessed it right. Glad its working now.
No branches or pull requests
Meteor server won't start after installing this package.
I'm using Ubuntu 14.04.2 LTS 64-bit.
Below is the error:
I20150713-10:53:18.253(8)? => No METEOR_SETTINGS passed in, using locally defined settings.
I20150713-10:53:18.405(8)? electrify: installing electrified dependencies
W20150713-10:56:44.046(8)? (STDERR)
W20150713-10:56:44.047(8)? (STDERR) events.js:72
W20150713-10:56:44.047(8)? (STDERR) throw er; // Unhandled 'error' event
W20150713-10:56:44.047(8)? (STDERR) ^
W20150713-10:56:44.050(8)? (STDERR) Error: spawn ENOENT
W20150713-10:56:44.050(8)? (STDERR) at errnoException (child_process.js:1011:11)
W20150713-10:56:44.050(8)? (STDERR) at Process.ChildProcess._handle.onexit (child_process.js:802:34)
The text was updated successfully, but these errors were encountered: