Created
September 13, 2011 19:24
-
-
Save garlandkr/1214802 to your computer and use it in GitHub Desktop.
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
> [email protected] preinstall /home/ubuntu/expresso | |
> make deps/jscoverage/node-jscoverage | |
cd deps/jscoverage && ./configure && make && mv jscoverage node-jscoverage | |
/bin/sh: ./configure: not found | |
make: *** [deps/jscoverage/node-jscoverage] Error 127 | |
npm info [email protected] Failed to exec preinstall script | |
npm ERR! [email protected] preinstall: `make deps/jscoverage/node-jscoverage` | |
npm ERR! `sh "-c" "make deps/jscoverage/node-jscoverage"` failed with 2 | |
npm ERR! | |
npm ERR! Failed at the [email protected] preinstall script. | |
npm ERR! This is most likely a problem with the expresso package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! make deps/jscoverage/node-jscoverage | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls expresso | |
npm ERR! There is likely additional logging output above. | |
npm ERR! | |
npm ERR! System Linux 2.6.35-30-virtual | |
npm ERR! command "node" "/home/ubuntu/local/bin/npm" "install" "-d" | |
npm ERR! cwd /home/ubuntu/expresso | |
npm ERR! node -v v0.5.5 | |
npm ERR! npm -v 1.0.27 | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /home/ubuntu/expresso/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment