Learning Node and trying to install generator-angular
running npm install -g generator-angular
WARN EPEERINVALID [email protected] requires a peer of generator-karma@>=0.9.0 but none was installed.
What does it means and how can I install it?
You should try to install all the components in the same time.
npm install -g grunt-cli bower yo generator-karma generator-angular
worked for me.
In my case the solution was install all in one line
npm install -g yo generator-karma generator-angular
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With