2015-11-24 78 views
1

我們正試圖通過NPM對Windows8的安裝zeromq 64位 *我們安裝Visual Studio 2010和python 但我們仍然是如下得到的錯誤:無法通過NPM在Windows中安裝節點ZeroMQ

D:\Projects\changi\node_modules\zmq>if not defined npm_config_node_gyp (node "C:\Program Files (x86)\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-g 
yp.js" rebuild) else (rebuild) 
gyp ERR! configure error 
gyp ERR! stack Error: spawn C:\Python27 ENOENT 
gyp ERR! stack  at exports._errnoException (util.js:849:11) 
gyp ERR! stack  at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32) 
gyp ERR! stack  at onErrorNT (internal/child_process.js:344:16) 
gyp ERR! stack  at doNTCallback2 (node.js:430:9) 
gyp ERR! stack  at process._tickCallback (node.js:344:17) 
gyp ERR! System Windows_NT 6.3.9600 
gyp ERR! command "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" 
gyp ERR! cwd D:\Projects\changi\node_modules\zmq 
gyp ERR! node -v v4.1.2 
gyp ERR! node-gyp -v v1.0.3 
gyp ERR! not ok 
npm ERR! Windows_NT 6.3.9600 
npm ERR! argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "zmq" 
npm ERR! node v4.1.2 
npm ERR! npm v2.7.4 
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 their info via: 
npm ERR!  npm owner ls zmq 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  D:\Projects\changi\npm-debug.log 

請您告訴我們我們缺少什麼或指向我們的一些文件,這將有助於我們做到這一點,謝謝你的時間

+0

您是否安裝了zeromq? – david

+0

它根據此文檔安裝http://zeromq.org/distro:microsoft-windows –

回答

0

設置PYTHON環境變量。

+0

其完成但仍然相同的錯誤 –

+0

設置python環境變量後我得到的錯誤在編輯後請檢查 –

+0

檢查安裝在這裏指導:https://github.com/nodejs/node-gyp並檢查你是否有所有的東西 –

0
* Install python. Make sure Python 2.7.x with the steps provided below 
    http://www.howtogeek.com/197947/how-to-install-python-on-windows/ 
    And confirm by running below commands: 
    $ python -V 
    Python 2.7.9 
*installed node-gyp manually: 
     $ npm install -g node-gyp 
*installed 'Visual Studio 2012 Express for Windows Desktop' 
*install 'Windows7 SDK' 
    *And do npm install zmq 
and it worked!