Skip to content

Instantly share code, notes, and snippets.

@henryoswald
Created July 26, 2011 07:17
Show Gist options
  • Save henryoswald/1106175 to your computer and use it in GitHub Desktop.
Save henryoswald/1106175 to your computer and use it in GitHub Desktop.
npm install now - lion fail
[henry@dyn207249:~/Desktop/a]$ npm install now -g
> node-proxy@0.4.0 install /usr/local/lib/node_modules/now/node_modules/node-proxy
> make
sh: make: command not found
npm ERR! error installing node-proxy@0.4.0 Error: node-proxy@0.4.0 install: `make`
npm ERR! error installing node-proxy@0.4.0 `sh "-c" "make"` failed with 127
npm ERR! error installing node-proxy@0.4.0 at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing node-proxy@0.4.0 at ChildProcess.emit (events.js:67:17)
npm ERR! error installing node-proxy@0.4.0 at ChildProcess.onexit (child_process.js:192:12)
npm ERR! error installing now@0.7.2 Error: node-proxy@0.4.0 install: `make`
npm ERR! error installing now@0.7.2 `sh "-c" "make"` failed with 127
npm ERR! error installing now@0.7.2 at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing now@0.7.2 at ChildProcess.emit (events.js:67:17)
npm ERR! error installing now@0.7.2 at ChildProcess.onexit (child_process.js:192:12)
npm ERR! node-proxy@0.4.0 install: `make`
npm ERR! `sh "-c" "make"` failed with 127
npm ERR!
npm ERR! Failed at the node-proxy@0.4.0 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.0.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "now" "-g"
npm ERR! cwd /Users/henry/Desktop/a
npm ERR! node -v v0.4.6
npm ERR! npm -v 1.0.22
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/henry/Desktop/a/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment