For some reason, I'm not able to install some modules via NPM. I could install normally express module, but I can't figure why I'm receiving these errors with "now" module. I'm having the same problems with "socket.io".
~/server/hello-world $ npm install now npm http GET https://registry.npmjs.org/now npm http 304 https://registry.npmjs.org/now npm http GET https://registry.npmjs.org/socket.io npm http GET https://registry.npmjs.org/node-proxy npm http 304 https://registry.npmjs.org/node-proxy npm http 304 https://registry.npmjs.org/socket.io > [email protected] install > /Users/filiped/server/hello-world/node_modules/now/node_modules/node-proxy > make sh: make: command not found npm ERR! error rolling back [email protected] Error: ENOTEMPTY, rmdir '/ Users/ filiped/server/hello-world/node_modules/now/node_modules/socket.io/ lib/ transports' npm ERR! [email protected] install: `make` npm ERR! `sh "-c" "make"` failed with 127 npm ERR! npm ERR! Failed at the [email protected] install script. npm ERR! This is most likely a problem with the node-proxy package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! make npm ERR! You can get their info via: npm ERR! npm owner ls node-proxy npm ERR! There is likely additional logging output above. npm ERR! npm ERR! System Darwin 11.3.0 npm ERR! command "node" "/usr/local/bin/npm" "install" "now" npm ERR! cwd /Users/filiped/server/hello-world npm ERR! node -v v0.6.15 npm ERR! npm -v 1.1.16 npm ERR! code ELIFECYCLE npm ERR! message [email protected] install: `make` npm ERR! message `sh "-c" "make"` failed with 127 npm ERR! errno {} npm ERR! Error: EACCES, open 'npm-debug.log' npm ERR! npm ERR! Please try running this command again as root/Administrator. npm ERR! npm ERR! System Darwin 11.3.0 npm ERR! command "node" "/usr/local/bin/npm" "install" "now" npm ERR! cwd /Users/filiped/server/hello-world npm ERR! node -v v0.6.15 npm ERR! npm -v 1.1.16 npm ERR! path npm-debug.log npm ERR! code EACCES npm ERR! message EACCES, open 'npm-debug.log' npm ERR! errno {} npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /Users/filiped/server/hello-world/npm-debug.log npm not ok -------------------------------------- ~/server/hello-world $ npm ls npm WARN now * Unmet dependency in /Users/filiped/server/hello-world npm WARN socket.io * Unmet dependency in /Users/filiped/server/hello- world /Users/filiped/server/hello-world ├─┬ [email protected] │ ├── [email protected] │ ├─┬ [email protected] │ │ ├── [email protected] │ │ ├── [email protected] │ │ ├── [email protected] │ │ └── [email protected] │ ├── [email protected] │ ├── [email protected] │ └── [email protected] ├── UNMET DEPENDENCY now * └── UNMET DEPENDENCY socket.io * -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
