igorklopov / enclose

Compile your Node.js project into an executable
http://enclosejs.com
Other
936 stars 43 forks source link

Error when execute "enclose" or "enclose --help" #65

Closed mrbigmouth closed 9 years ago

mrbigmouth commented 9 years ago

~# enclose --help events.js:141 throw er; // Unhandled 'error' event ^

Error: spawn /usr/local/lib/node_modules/enclose/bin/enclose-v0.12.7-linux-x86-3a4e2f6 ENOENT at exports._errnoException (util.js:837:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32) at onErrorNT (internal/child_process.js:344:16) at doNTCallback2 (node.js:429:9) at process._tickCallback (node.js:343:17) at Function.Module.runMain (module.js:477:11) at startup (node.js:117:18) at node.js:951:3

environment: Ubuntu 14.04.1 64bit

igorklopov commented 9 years ago

I removed --help in 1.0.0. Just run enclose to see CLI options. Thanks!