2016-03-22 9 views
0

NPM angularfire2がエラーELIFECYCLENPMはエラー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

するTry NPMであるwebdriver-で失敗インストールに失敗しますマネージャー、 次にanglefire2をインストールしてください

+0

すでにこれを試しましたが運はありません。この問題をangularfire2チームに報告し、次のリリースで修正しています。 https://github.com/angular/angularfire2/issues/100 – PBDesk