strongloop / microgateway

IBM API Connect Microgateway framework, built on Node.js & Nginx
https://developer.ibm.com/apiconnect
Other
1.19k stars 181 forks source link

install fail, why? #86

Open leoterry-ulrica opened 7 years ago

leoterry-ulrica commented 7 years ago

events.js:72 throw er; // Unhandled 'error' event ^ Error: ENOENT, open 'binaries/appmetrics/tgz/0.10/appmetrics-2.0.1-linux-x64.tgz' /root/.nvm/v0.10.40/lib └── (empty)

npm ERR! Linux 3.10.0-514.2.2.el7.x86_64 npm ERR! argv "node" "/root/.nvm/v0.10.40/bin/npm" "install" "-g" "apiconnect" npm ERR! node v0.10.40 npm ERR! npm v4.3.0 npm ERR! code ELIFECYCLE npm ERR! errno 8

npm ERR! appmetrics@2.0.1 install: node extract_all_binaries.js npm ERR! Exit status 8 npm ERR! npm ERR! Failed at the appmetrics@2.0.1 install script 'node extract_all_binaries.js'. 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 appmetrics package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node extract_all_binaries.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs appmetrics npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls appmetrics npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /root/.npm/_logs/2017-08-30T05_25_56_452Z-debug.log

No9 commented 7 years ago

Hi @leoterry-ulrica The version of node that you are using is No longer supported I would suggest upgrading to a supported version I.e. 6.x or above