yeoman / generator-angular

Yeoman generator for AngularJS
http://yeoman.io
5.73k stars 1.44k forks source link

npm install -g generator-angular bug #1405

Closed 392241868 closed 7 years ago

392241868 commented 7 years ago

├── generator-angular@0.16.0 └── UNMET PEER DEPENDENCY generator-karma@>=0.9.0

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

392241868 commented 7 years ago

I have installed generator-karma@2.0.0,but bug still exist

eddiemonge commented 7 years ago

do npm i -g generator-angular generator-karma

uneedwatadmin commented 7 years ago

Hi,

I'm new to this but hoping to get some help too.

So. to keep the thread going, if it helps, I got the same issue. Here's my output for the command requested for the error: npm WARN generator-angular@0.16.0 requires a peer of generator-karma@>=0.9.0 but none was installed.

It's long. I'll attach a txt file instead. npm WARN generator-angular@0.16.0 requires a peer of generator-karma.txt

Thank you.