2014-11-03 132 views
2

在MAC上運行'sudo npm install',我在[email protected] install上得到了關於node-gyp rebuild的錯誤。任何方式來解決這個問題?請幫忙。`[email protected]安裝`上node-gyp rebuild出錯`

gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 69 
gyp ERR! stack  at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23) 
gyp ERR! stack  at ChildProcess.emit (events.js:98:17) 
gyp ERR! stack  at Process.ChildProcess._handle.onexit (child_process.js:810:12) 
gyp ERR! System Darwin 13.4.0 
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" 
gyp ERR! cwd /Users/jepeng/Documents/huron/wx2-admin-web-client/node_modules/base64 
gyp ERR! node -v v0.10.32 
gyp ERR! node-gyp -v v1.0.1 
gyp ERR! not ok 

npm ERR! [email protected] install: `node-gyp rebuild` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] install script. 
npm ERR! This is most likely a problem with the base64 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 base64 
npm ERR! There is likely additional logging output above. 
npm ERR! System Darwin 13.4.0 
npm ERR! command "node" "/usr/local/bin/npm" "install" 
npm ERR! cwd /Users/jepeng/Documents/huron/wx2-admin-web-client 
npm ERR! node -v v0.10.32 
npm ERR! npm -v 1.4.28 
npm ERR! code ELIFECYCLE 
npm ERR! not ok code 0 
+0

的舊版本你解決這個錯誤解決這個問題?同樣的錯誤(節點v0.12.2,npm v2.7.4),os x yosemite – HdN8 2015-04-13 15:45:01

回答

0

我以節點v0.10.40

相關問題