visionmedia / expresso

use mocha
http://visionmedia.github.com/expresso
759 stars 89 forks source link

expresso 0.9.0 fails to install with npm 1.0.30 on osx #133

Closed nibblebot closed 13 years ago

nibblebot commented 13 years ago

expresso@0.9.0 preinstall /Users/josh/code/mongoose_test/node_modules/expresso make deps/jscoverage/node-jscoverage

cd deps/jscoverage && ./configure && make && mv jscoverage node-jscoverage /bin/sh: line 0: cd: deps/jscoverage: No such file or directory make: *\ [deps/jscoverage/node-jscoverage] Error 1 npm ERR! error installing expresso@0.9.0 Error: expresso@0.9.0 preinstall: make deps/jscoverage/node-jscoverage npm ERR! error installing expresso@0.9.0 sh "-c" "make deps/jscoverage/node-jscoverage" failed with 2 npm ERR! error installing expresso@0.9.0 at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/exec.js:49:20) npm ERR! error installing expresso@0.9.0 at ChildProcess.emit (events.js:67:17) npm ERR! error installing expresso@0.9.0 at ChildProcess.onexit (child_process.js:192:12) npm ERR! expresso@0.9.0 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.9.0 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 Darwin 10.8.0 npm ERR! command "node" "/usr/local/bin/npm" "install" npm ERR! cwd /Users/josh/code/mongoose_test npm ERR! node -v v0.4.9 npm ERR! npm -v 1.0.30

kkaefer commented 13 years ago

Good catch. Seems npm publish doesn't properly package node-jscoverage. Investigating.

kkaefer commented 13 years ago

This was a packaging failure and should be fixed now.