adobe-research / theseus

A pretty darn cool JavaScript debugger for Brackets
Other
1.34k stars 69 forks source link

npm install -g node-theseus #7

Closed bahtou closed 11 years ago

bahtou commented 11 years ago

Error when install from the command line

ws@0.4.20 install C:\Users\userName\AppData\Roaming\npm\node_modules\node-theseus\nod e_modules\websocket.io\node_modules\ws node install.js

npm ERR! Error: spawn ENOENT npm ERR! at errnoException (child_process.js:945:11) npm ERR! at Process.ChildProcess._handle.onexit (child_process.js:736:34) npm ERR! If you need help, you may report this log at: npm ERR! http://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! npm-@googlegroups.com

npm ERR! System Windows_NT 6.1.7601 npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\ node_modules\npm\bin\npm-cli.js" "install" "-g" "node-theseus" npm ERR! cwd C:\Users\userName npm ERR! node -v v0.10.0 npm ERR! npm -v 1.2.14 npm ERR! syscall spawn npm ERR! code ENOENT npm ERR! errno ENOENT npm ERR! npm ERR! Additional logging details can be found in: npm ERR! C:\Users\userName\npm-debug.log npm ERR! not ok code 0

alltom commented 11 years ago

This looks like a problem installing ws, the WebSocket dependency of socket.io, or a problem with npm itself (as it says in the log). Try npm install socket.io; if that succeeds, then it might be a problem with node-theseus, but it doesn't look like it.

bahtou commented 11 years ago

socket.io problem