Windows環境下npm install常見錯誤

Windows環境下npm install安裝包依賴時,常出現一些錯誤,下面爲我的解決辦法:node

錯誤一

缺乏python環境:python

G:\nodejs\moviesite\node_modules\bcrypt>if not defined npm_config_node_gyp (node
 "D:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\
node-gyp\bin\node-gyp.js" rebuild )  else (rebuild)
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYT
HON env variable.
gyp ERR! stack     at failNoPython (D:\Program Files\nodejs\node_modules\npm\nod
e_modules\node-gyp\lib\configure.js:103:14)
gyp ERR! stack     at D:\Program Files\nodejs\node_modules\npm\node_modules\node
-gyp\lib\configure.js:64:11
gyp ERR! stack     at FSReqWrap.oncomplete (evalmachine.<anonymous>:95:15)
gyp ERR! System Windows_NT 6.3.9600
gyp ERR! command "node" "D:\\Program Files\\nodejs\\node_modules\\npm\\node_modu
les\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd G:\nodejs\moviesite\node_modules\bcrypt
gyp ERR! node -v v0.12.2
gyp ERR! node-gyp -v v1.0.3
gyp ERR! not ok
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "D:\\Program Files\\nodejs\\\\node.exe" "D:\\Program Files\\nodejs
\\node_modules\\npm\\bin\\npm-cli.js" "install" "bcrypt" "--save"
npm ERR! node v0.12.2
npm ERR! npm  v2.7.4
npm ERR! code ELIFECYCLE

npm ERR! bcrypt@0.8.3 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the bcrypt@0.8.3 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the bcrypt 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 bcrypt
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     G:\nodejs\moviesite\npm-debug.log

安裝python解決,python(v2.7 recommended, v3.x.x is not supported) 
下載:http://www.python.org/ftp/python/2.7.3/python-2.7.3.msinpm

錯誤二

在此解決方案中一次生成一個項目。若要啓用並行生成,請添加「/m」開關。 
MSBUILD : error MSB3428: 未能加載 Visual C++ 組件「VCBuild.exe」。要解決此問題, 
1) 安裝 .NET Fram 
ework 2.0 SDK;2) 安裝 Microsoft Visual Studio 2005;或 3) 若是將該組件安裝到了 
其餘位置,請將其位置添加到系統 
路徑中。 [G:\nodejs\moviesite\node_modules\bcrypt\build\binding.sln] 
gyp ERR! build error
ui

如圖: this

須要安裝Microsoft Visual Studio Express 2013 for Windows Desktop 
(版本應該不限制,我安裝的是上邊的版本)spa

安裝成功,可是出現了警告,警告不影響bcrypt的使用 debug

相關文章
相關標籤/搜索