2016-03-22 225 views
0

NPM安裝angularfire2失敗,錯誤ELIFECYCLENPM安裝angularfire2失敗,錯誤ELIFECYCLE

我的節點版本是4.4.0和網絡驅動程序管理器是在9.0.0

npm ERR! Darwin 15.3.0 
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "angularfire2" "--save" 
npm ERR! node v4.4.0 
npm ERR! npm v3.8.2 
npm ERR! code ELIFECYCLE 

npm ERR! [email protected] postinstall: `typings install; webdriver-manager update` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] postinstall script 'typings install; webdriver-manager update'. 
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 angularfire2 package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  typings install; webdriver-manager update 
npm ERR! You can get information on how to open an issue for this project with: 
npm ERR!  npm bugs angularfire2 
npm ERR! Or if that isn't available, you can get their info via: 
npm ERR!  npm owner ls angularfire2 
npm ERR! There is likely additional logging output above. 

回答

0

嘗試NPM安裝webdriver-經理, 然後安裝angularfire2

+0

已經嘗試過,但沒有運氣。向angularfire2團隊報告了這個問題,並且他們正在修復下一個版本。 https://github.com/angular/angularfire2/issues/100 – PBDesk