2016-03-22 198 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