On Apr 15, 2012, at 21:18, Filipe wrote: > 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
The "make" command was not found; you need to install it. The "make" command is included as part of Apple's Xcode package. As of Xcode 4.3, this and the other command-line tools are a separate component that you must install from within the Xcode application. -- 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
