node-cryptonote-pool icon indicating copy to clipboard operation
node-cryptonote-pool copied to clipboard

npm ERR! [email protected] install: `node-gyp rebuild`

Open lxmolo opened this issue 7 years ago • 2 comments

npm update

[email protected] node_modules/base58-native └── [email protected] ([email protected], [email protected]) npm ERR! [email protected] install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install script. npm ERR! This is most likely a problem with the cryptonote-util 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 their info via: npm ERR! npm owner ls cryptonote-util npm ERR! There is likely additional logging output above.

npm ERR! System Linux 2.6.32-696.18.7.el6.x86_64 npm ERR! command "/root/.nvm/v0.10.40/bin/node" "/root/.nvm/v0.10.40/bin/npm" "update" npm ERR! cwd /usr/local/pool npm ERR! node -v v0.10.40 npm ERR! npm -v 1.4.28 npm ERR! code ELIFECYCLE npm ERR! not ok code 0

I have use nvm install node ,and node -v is v0.10.40,but npm update is error,

lxmolo avatar Jan 22 '18 12:01 lxmolo

Same error, Debian 9 Stretch, I've tried node 0.10.0, 0.10.25, 0.10.28, 0.10.29, 0.10.48, 0.12.18, 9.4.0. Please someone

PCPisChill avatar Jan 28 '18 05:01 PCPisChill

I got it working with sudo apt install npm It was very strange, because npm was already installed... But it worked!

maurosbicego avatar Feb 20 '18 18:02 maurosbicego