When installing the "npm install-g yo grunt-cli bower", I get an error "npm ERR! peerinvalid The package bower does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants bower @ ~ 0.9.2" How can I fix it?
The solution to this problem:
https://github.com/yeoman/yo/issues/48
I came here from a google search. the solution on this page did not work. instead I had to update bower with just:
npm update -g bower
and then re-run the install for yeoman. For some reason npm update -g yo does not update bower you must do that separately.
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