ccap
ccap copied to clipboard
Python版本升级到2.7.9,报错node-gyp rebuild。用编译好的版本报错Module version mismatch.expected 47,got 46.
node版本是5.5.0 ,当前Python版本是2.7.9,npm install时报node-gyp rebuild这个错。
下载了作者提供的编译好的版本,启动node服务器时报错:
请大神帮忙看看,谢谢!
把node版本改成4.7.0。Python版本是2.7.9 。还是报node-gyp rebuild这个错
node-gyp rebuild
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: This is most likely not a problem with node-gyp or the package itself and
gyp ERR! stack is related to network connectivity. In most cases you are behind a proxy or have bad
gyp ERR! stack network settings.
gyp ERR! stack at Request.
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 ccap 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 ccap
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls ccap
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request: npm ERR! /home/jhd/MqWebsite/npm-debug.log [jhd@Beta_Facade_MQ_01 MqWebsite]$ python -V Python 2.7.9