nodejs / node-gyp

Node.js native addon build tool
MIT License
9.95k stars 1.8k forks source link

Installation failure on MAC OSX 10.7.5 #211

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hi i try to insall node-gyp and its failing with following reasons. can anyone have the same problem, please do share me with solution if u got one.

sudo npm install node-gyp npm ERR! Error: No compatible version found: node-gyp npm ERR! No valid targets found. npm ERR! Perhaps not compatible with your version of node? npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:424:10) npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:406:17 npm ERR! at saved (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:136:7) npm ERR! at Object.cb as oncomplete npm ERR! Report this entire log at: npm ERR! http://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! npm-@googlegroups.com npm ERR! npm ERR! System Darwin 11.4.2 npm ERR! command "node" "/usr/local/bin/npm" "install" "node-gyp" npm ERR! cwd /Users/karthikbudigere/nodetunes/node_modules/airtunes npm ERR! node -v v0.5.11-pre npm ERR! npm -v 1.0.106

TooTallNate commented 11 years ago

npm ERR! node -v v0.5.11-pre

Your version of node is ancient, and also unstable. Upgrade to v0.10.x please!