Created
July 26, 2011 07:17
-
-
Save henryoswald/1106175 to your computer and use it in GitHub Desktop.
npm install now - lion fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[henry@dyn207249:~/Desktop/a]$ npm install now -g | |
> [email protected] install /usr/local/lib/node_modules/now/node_modules/node-proxy | |
> make | |
sh: make: command not found | |
npm ERR! error installing [email protected] Error: [email protected] install: `make` | |
npm ERR! error installing [email protected] `sh "-c" "make"` failed with 127 | |
npm ERR! error installing [email protected] at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/exec.js:49:20) | |
npm ERR! error installing [email protected] at ChildProcess.emit (events.js:67:17) | |
npm ERR! error installing [email protected] at ChildProcess.onexit (child_process.js:192:12) | |
npm ERR! error installing [email protected] Error: [email protected] install: `make` | |
npm ERR! error installing [email protected] `sh "-c" "make"` failed with 127 | |
npm ERR! error installing [email protected] at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/exec.js:49:20) | |
npm ERR! error installing [email protected] at ChildProcess.emit (events.js:67:17) | |
npm ERR! error installing [email protected] at ChildProcess.onexit (child_process.js:192:12) | |
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.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