2017-06-18 142 views
0

我試着與NPM安裝該模塊的安裝:節點的js gyph錯誤

https://www.npmjs.com/package/node-adwords-es5

不知怎的,即時得到一堆錯誤的git的慶典。看到他們在這裏下面:

gyp ERR! configure error 
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. 
gyp ERR! stack  at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14) 
gyp ERR! stack  at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11 
gyp ERR! stack  at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29 
gyp ERR! stack  at FSReqWrap.oncomplete (fs.js:123:15) 
gyp ERR! System Windows_NT 6.3.9600 
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" 
gyp ERR! cwd C:\Users\kevin\Desktop\adwordsapi\node_modules\ursa 
gyp ERR! node -v v6.10.1 
gyp ERR! node-gyp -v v3.4.0 
gyp ERR! not ok 

它確實安裝我的包壽。這些錯誤對進一步發展至關重要嗎?我剛剛開始與nodeJS。我希望你能幫助我,如果這有什麼問題需要進一步的發展,我想知道如何解決這個問題。

在此先感謝

+0

你有安裝python嗎? – sBanda

回答

0

因爲我不能評論:(

這是一個已知的問題與節點GYP。
嘗試線程以下here

同時檢查答案here