bcryptをインストールしてエラーを報告するnode-gyp rebuild解決方法

8305 ワード

npm install bcrypt–saveは人を悩ます間違いを引き起こして、全体の人の気持ちはすべてよくなくなりました.以下は個人の解決方法です.
エラー
python環境が足りません:
G:
odejs
\moviesite
ode
_modules\bcrypt>if not defined npm_config_node_gyp (node "D:\Program Files
odejs

ode
_modules
pm
\bin
ode
-gyp-bin\\..\..
ode
_modules\ node-gyp\bin
ode
-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
odejs

ode
_modules
pm

od
e_modules
ode
-gyp\lib\configure.js:103:14) gyp ERR! stack at D:\Program Files
odejs

ode
_modules
pm

ode
_modules
ode
-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:
odejs
\moviesite
ode
_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! [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 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:
odejs
\moviesite
pm
-debug.log
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 python ,python(v2.7 recommended, v3.x.x is not supported) ダウンロード:http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi
エラー2: 。 , “/m” 。 
MSBUILD : error MSB3428: Visual C++ “VCBuild.exe”。 , 
1) .NET Fram 
ework 2.0 SDK;2) Microsoft Visual Studio 2005; 3)  
,  
。 [G:
odejs\moviesite
ode_modules\bcrypt\build\binding.sln] 
gyp ERR! build error
図のように: 
Microsoft Visual Studio Express 2013 for Windows Desktopをインストールする必要があります. (バージョンは制限しないはずです.私がインストールしたのは上のバージョンです.)
インストールは成功しましたが、警告が出ました.警告はbcryptの使用に影響しません. 
参考文献:
https://github.com/TooTallNate/node-gyp#installation http://stackoverflow.com/questions/14573488/error-compiling-bcrypt-node-js https://github.com/TooTallNate/node-gyp/issues/154