2015-09-27 187 views
0

我試圖按照https://github.com/meanjs/meanmean.js在NPM安裝錯誤安裝

安裝步驟來建立的平均堆棧我克隆了git的代碼並運行該命令故宮安裝

,並得到了以下錯誤接近尾聲。在Windows

npm ERR! Windows_NT 10.0.10240 
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\..\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" 
npm ERR! node v4.1.1 
npm ERR! npm v3.3.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 bufferutil 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 bufferutil 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  C:\Git_projects\meanjs\npm-debug.log 

C:\Git_projects\meanjs> 

回答

1

您正在運行Windows系統,並node-gyp既需要的Python微軟的Visual Studio C++ 2013。根據您的設置,您可能還需要安裝Windows 7 64位SDK

查看node-gyp docs瞭解更多信息。

+0

不適用於我 –