The same notorious error
npm ERR! peerinvalid The package generator-karma does not satisfy its siblings\' peerDependencies requirements! npm ERR! peerinvalid Peer ge
i was able to install simply by:
npm install karma-generator
Guess it installs a later version of Karma. I was able to successfully install generator-angular after that. Was able to get coffeescript going as well after doing the above.