Learning Node and trying to install generator-angular
running npm install -g generator-angular
WARN EPEERINVALID gen
In my case the solution was install all in one line
npm install -g yo generator-karma generator-angular
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.
npm@3 no longer install peerDependencies automatically. This warning is shown as a result of this change.
If you are not running the tests you do not have to install karma.
If you are, npm install karma>=0.9.0 manually.
https://docs.npmjs.com/files/package.json#peerdependencies