angular.js - yo 不能安装generator,怎么解决??
phpcn_u1582
phpcn_u1582 2017-05-15 16:57:44
0
2
558

我用的是ubuntu系统,node是5.0.0版本的,npm是3.5.1版本的。安装完yo 后,安装angular-generator报这样的错:

 UNMET PEER DEPENDENCY generator-karma@>=0.9.0

 npm WARN generator-angular@0.15.1 requires a peer of generator-karma@>=0.9.0 but none was installed.

然后我安装了karma的最新版本,发现还是不能安装angular,已经重装好几次里,网上也是找了好多办法也没能解决这个问题,一直提示这个错误,哪位大神懂得帮忙看一下呀,跪求!!

phpcn_u1582
phpcn_u1582

reply all(2)
大家讲道理

Just ignore the warning. .

刘奇

This is a problem because npm3’s dependency installation method is different from npm2. I’m surprised that generator-angular didn’t fix it by itself?
Two methods

  1. Register an issue to generator-angular on github and let her upgrade it

  2. Switch back to the old version of node or npm

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!