Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: ronmike on November 27, 2017, 12:53:22 PM



Title: Bitcore installation error
Post by: ronmike on November 27, 2017, 12:53:22 PM
My configuration :
centos 6
node : v4.8.4.6
npm : 2.15.11
nvm : 0.33.4

I have installed bitcore in my system successfully, but when i try to install on my server i face below error:
npm ERR! node v4.8.6
npm ERR! npm  v2.15.11
npm ERR! code ELIFECYCLE

npm ERR! zmq@2.15.3 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the zmq@2.15.3 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the zmq 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 zmq
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR!     npm owner ls zmq
npm ERR! There is likely additional logging output above.

When i execute the command
npm install -g bitcore
I have same configuration on server