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!
[email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the
[email protected] 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