2016-07-31 117 views
1

我想將帳戶密碼包添加到我的項目,但我得到這個錯誤,我不知道是什麼原因或如何解決它。我試圖運行無法添加帳戶密碼,如何解決此問題?

meteor npm install node-gyp重建中提到的錯誤,但它並不能幫助......

...seed>meteor add accounts-password 
=> Errors while adding packages: 

While loading package [email protected]: 
error: Command failed: 
C:\Users\...\AppData\Local\.meteor\packages\meteor-tool\1.4.0-1\mt-os.windows.x86_ 
32\dev_bundle\bin\npm.cmd 
rebuild --no-bin-links --update-binary 
gyp ERR! build error 
gyp ERR! stack Error: 
`C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit 
code: 1 
gyp ERR! stack  at ChildProcess.onExit 
(C:\Users\...\AppData\Local\.meteor\packages\meteor-tool\1.4.0-1\mt-os.windows.x86 
_32\dev_bundle\lib\node_modules\node-gyp\lib\build.js:276:23) 
gyp ERR! stack  at emitTwo (events.js:87:13) 
gyp ERR! stack  at ChildProcess.emit (events.js:172:7) 
gyp ERR! stack  at Process.ChildProcess._handle.onexit 
(internal/child_process.js:200:12) 
gyp ERR! System Windows_NT 6.1.7601 
gyp ERR! command 
"C:\\Users\\...\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0-1\\mt-os.wi 
ndows.x86_32\\dev_bundle\\bin\\node.exe" 
"C:\\Users\\...\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0-1\\mt-os.wi 
ndows.x86_32\\dev_bundle\\lib\\node_modules\\node-gyp\\bin\\node-gyp.js" 
"rebuild" 
gyp ERR! cwd 
C:\Users\...\AppData\Local\.meteor\packages\npm-bcrypt\0.8.7\npm\node_modules\.tem 
p-pilafw\node_modules\bcrypt 
gyp ERR! node -v v4.4.7 
gyp ERR! node-gyp -v v3.4.0 
gyp ERR! not ok 

npm ERR! Windows_NT 6.1.7601 
npm ERR! argv 
"C:\\Users\\...\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0-1\\mt-os.wi 
ndows.x86_32\\dev_bundle\\bin\\node.exe" 
"C:\\Users\\...\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0-1\\mt-os.wi 
ndows.x86_32\\dev_bundle\\lib\\node_modules\\npm\\bin\\npm-cli.js" 
"rebuild" "--no-bin-links" "--update-binary" 
npm ERR! node v4.4.7 
npm ERR! npm v3.10.5 
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! Make sure you have the latest version of node.js and npm installed. 
npm ERR! If you do, 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 information on how to open an issue for this project 
with: 
npm ERR!  npm bugs bcrypt 
npm ERR! Or if that isn't available, 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! 
C:\Users\...\AppData\Local\.meteor\packages\npm-bcrypt\0.8.7\npm\node_modules\.tem 
p-pilafw\npm-debug.log 
gyp ERR! build error 
gyp ERR! stack Error: 
`C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit 
code: 1 
gyp ERR! stack  at ChildProcess.onExit 
(C:\Users\...\AppData\Local\.meteor\packages\meteor-tool\1.4.0-1\mt-os.windows.x86 
_32\dev_bundle\lib\node_modules\node-gyp\lib\build.js:276:23) 
gyp ERR! stack  at emitTwo (events.js:87:13) 
gyp ERR! stack  at ChildProcess.emit (events.js:172:7) 
gyp ERR! stack  at Process.ChildProcess._handle.onexit 
(internal/child_process.js:200:12) 
gyp ERR! System Windows_NT 6.1.7601 
gyp ERR! command 
"C:\\Users\\...\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0-1\\mt-os.wi 
ndows.x86_32\\dev_bundle\\bin\\node.exe" 
"C:\\Users\\...\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0-1\\mt-os.wi 
ndows.x86_32\\dev_bundle\\lib\\node_modules\\node-gyp\\bin\\node-gyp.js" 
"rebuild" 
gyp ERR! cwd 
C:\Users\...\AppData\Local\.meteor\packages\npm-bcrypt\0.8.7\npm\node_modules\.tem 
p-pilafw\node_modules\bcrypt 
gyp ERR! node -v v4.4.7 
gyp ERR! node-gyp -v v3.4.0 
gyp ERR! not ok 

npm ERR! Windows_NT 6.1.7601 
npm ERR! argv 
"C:\\Users\\...\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0-1\\mt-os.wi 
ndows.x86_32\\dev_bundle\\bin\\node.exe" 
"C:\\Users\\...\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0-1\\mt-os.wi 
ndows.x86_32\\dev_bundle\\lib\\node_modules\\npm\\bin\\npm-cli.js" 
"rebuild" "--no-bin-links" "--update-binary" 
npm ERR! node v4.4.7 
npm ERR! npm v3.10.5 
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! Make sure you have the latest version of node.js and npm installed. 
npm ERR! If you do, 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 information on how to open an issue for this project 
with: 
npm ERR!  npm bugs bcrypt 
npm ERR! Or if that isn't available, 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! 
C:\Users\...\AppData\Local\.meteor\packages\npm-bcrypt\0.8.7\npm\node_modules\.tem 
p-pilafw\npm-debug.log 

林現在用的Windows7-64。流星1.4.0.1和inspina流星主題。

我重新安裝了流星,我試圖創建一個新的項目處女並將其添加帳戶密碼,但我得到了同樣的問題...

嘗試在我的筆記本電腦上安裝流星,並獲得了同樣的問題......流星本身有什麼問題嗎?

回答

2

我覺得你的問題被提及here

嘗試提到here

+0

對於像我這樣的新手來說:去開始鍵入搜索欄:Windows PowerShell,右鍵單擊它並以管理員身份打開。 PowerShell打開。輸入'meteor npm install --global --production windows-build-tools',然後等待,等待並等待一段時間。一切安裝完畢後,都沒有確認。但不知何故解決了這個問題,現在我可以添加accounts-password包。謝謝 – henk

0

從PowerShell中運行npm install --global --production windows-build-tools如果有一個人誰厭倦了試圖「NPM安裝--global - 生產Windows的構建工具」,他們可以在Python安裝後,跳過它,繼續通過瀏覽到C:\ Users \ #user#\。windows-build-tools'手動創建工具。請參考這個link