arboleya / electrify

Package your Meteor apps with Electron, and butter
MIT License
247 stars 52 forks source link

Meteor server won't start after installing arboleya:electrify package... #1

Closed Rongky closed 9 years ago

Rongky commented 9 years ago

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)

arboleya commented 9 years ago

Hi, should be simple to fix. Two questions:

  1. Do you habe NodeJS installed on your machine?
  2. What's your Meteor version?
Rongky commented 9 years ago
  1. NodeJS version - 0.12.2
  2. Meteor version - 1.1.0.2

Thanx in advance...

Rongky commented 9 years ago

I updated to the latest NodeJS version (0.12.7) and it fixed the problem.

Thanks for the info...

arboleya commented 9 years ago

Nice, so I guessed it right. Glad its working now.