arunoda / node-usage

process usage lookup with nodejs
MIT License
389 stars 93 forks source link

Failure in usage package when Famono has been installed #32

Open ashburnham opened 10 years ago

ashburnham commented 10 years ago

I get an error when I try to install Kadira after I have installed Famono. These are both great packages and it would be great to have them both!

kadira: updating npm dependencies -- debug, usage...
npm http GET https://registry.npmjs.org/usage
npm http 304 https://registry.npmjs.org/usage
npm http GET https://registry.npmjs.org/bindings
npm http 304 https://registry.npmjs.org/bindings
gyp ERR! build error 
gyp ERR! stack Error: not found: make
gyp ERR! stack     at F (/Users/williamswannell/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:43:28)
gyp ERR! stack     at E (/Users/williamswannell/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:46:29)
gyp ERR! stack     at /Users/williamswannell/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:57:16
gyp ERR! stack     at Object.oncomplete (fs.js:107:15)
gyp ERR! System Darwin 12.4.1
gyp ERR! command "node" "/Users/williamswannell/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/williamswannell/.meteorite/packages/kadira/meteorhacks/kadira/6073fa5bdfb36478165977804f922796b6fc82de/.npm/package-new-n9cu82/node_modules/usage
gyp ERR! node -v v0.10.28
gyp ERR! node-gyp -v v0.13.0
gyp ERR! not ok 
npm ERR! usage@0.4.3 install: `node-gyp rebuild`
npm ERR! Exit status 1
arunoda commented 10 years ago

You may need to install, mac command line tools. Can you please follow this blog post: http://railsapps.github.io/xcode-command-line-tools.html


Arunoda Susiripala I curate Meteor Weekly - Check it out! http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

On Sat, Jun 28, 2014 at 9:46 PM, Will Swannell notifications@github.com wrote:

I get an error when I try to install Kadira after I have installed Famono. These are both great packages and it would be great to have them both!

kadira: updating npm dependencies -- debug, usage... npm http GET https://registry.npmjs.org/usage npm http 304 https://registry.npmjs.org/usage npm http GET https://registry.npmjs.org/bindings npm http 304 https://registry.npmjs.org/bindings gyp ERR! build error gyp ERR! stack Error: not found: make gyp ERR! stack at F (/Users/williamswannell/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:43:28) gyp ERR! stack at E (/Users/williamswannell/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:46:29) gyp ERR! stack at /Users/williamswannell/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:57:16 gyp ERR! stack at Object.oncomplete (fs.js:107:15) gyp ERR! System Darwin 12.4.1 gyp ERR! command "node" "/Users/williamswannell/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /Users/williamswannell/.meteorite/packages/kadira/meteorhacks/kadira/6073fa5bdfb36478165977804f922796b6fc82de/.npm/package-new-n9cu82/node_modules/usage gyp ERR! node -v v0.10.28 gyp ERR! node-gyp -v v0.13.0 gyp ERR! not ok npm ERR! usage@0.4.3 install: node-gyp rebuild npm ERR! Exit status 1

— Reply to this email directly or view it on GitHub https://github.com/arunoda/node-usage/issues/32.

arunoda commented 10 years ago

I've updated kadira optimizing for mac. Please update kadira and you'll won't be seeing this error.