ddopson / underscore-cli

Command-line utility-belt for hacking JSON and Javascript.
Other
1.72k stars 83 forks source link

Version 0.2.17 fails to install on Ubuntu 13.04 with msgpack errors #19

Open craigwblake opened 11 years ago

craigwblake commented 11 years ago

Appears to be same error others were reporting before, still affects latest version. End of error output below, let me know if you want more from the error log.

. . . npm ERR! error installing underscore-cli@0.2.17

npm ERR! msgpack@0.1.3 preinstall: make npm ERR! sh "-c" "make" failed with 2 npm ERR! npm ERR! Failed at the msgpack@0.1.3 preinstall script. npm ERR! This is most likely a problem with the msgpack 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 msgpack npm ERR! There is likely additional logging output above. npm ERR! npm ERR! System Linux 3.8.0-27-generic npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "underscore-cli" npm ERR! cwd /home/test npm ERR! node -v v0.6.19 npm ERR! npm -v 1.1.4 npm ERR! code ELIFECYCLE npm ERR! message msgpack@0.1.3 preinstall: make npm ERR! message sh "-c" "make" failed with 2 npm ERR! errno {} npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/test/npm-debug.log npm not ok

roldan commented 11 years ago

Similar issue...

npm ERR! msgpack@0.1.3 preinstall: `make`
npm ERR! `sh "-c" "make"` failed with 2
npm ERR! 
npm ERR! Failed at the msgpack@0.1.3 preinstall script.
npm ERR! This is most likely a problem with the msgpack 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 msgpack
npm ERR! There is likely additional logging output above.
npm ERR! 
npm ERR! System Linux 3.5.0-37-generic
npm ERR! command "node" "/usr/bin/npm" "install" "-g" "underscore-cli"
npm ERR! cwd /home/matias/python_projects/scrapy/tutorial
npm ERR! node -v v0.6.12
npm ERR! npm -v 1.1.4
npm ERR! code ELIFECYCLE
npm ERR! message msgpack@0.1.3 preinstall: `make`
npm ERR! message `sh "-c" "make"` failed with 2
npm ERR! errno {}
npm ERR!