Skip to content

Instantly share code, notes, and snippets.

@garlandkr
Created September 13, 2011 19:24
Show Gist options
  • Save garlandkr/1214802 to your computer and use it in GitHub Desktop.
Save garlandkr/1214802 to your computer and use it in GitHub Desktop.
> expresso@0.8.1 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 expresso@0.8.1 Failed to exec preinstall script
npm ERR! expresso@0.8.1 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 expresso@0.8.1 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