EyalAr / lwip

Light Weight Image Processor for NodeJS
MIT License
2.36k stars 231 forks source link

Fail to node-gyp rebuild #236

Closed clawfire closed 8 years ago

clawfire commented 8 years ago

I tried to install a bunch of stuff with npm :

npm ERR! Darwin 15.3.0
npm ERR! argv "/usr/local/Cellar/node/5.3.0/bin/node" "/Users/thibault/.node/bin/npm" "install"
npm ERR! node v5.3.0
npm ERR! npm  v3.7.1
npm ERR! code ELIFECYCLE

npm ERR! lwip@0.0.6 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the lwip@0.0.6 install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the lwip package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs lwip
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls lwip
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/thibault/Projects/client/bml/bml_static_partner/npm-debug.log

The log file can be found here

JanAmbrozic commented 8 years ago

There were couple of bugs fixed regarding a similar problem, try updating to v0.0.8 and it could be that it resolves your issue.

clawfire commented 8 years ago

Updating works. But when, like in this case, it's a multi-level dependencies, updating is not a viable solution since the dependencies don't update their packages.json :/