I have cleaned my run npm remove ...
and npm -g remove ...
to remove everything related to npm
. But I still got below error when I try npm install generator-webapp
npm ERR! peerinvalid The package yo does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer generator-mocha@0.1.6 wants yo@>=1.0.0
npm ERR! peerinvalid Peer generator-webapp@0.5.1 wants yo@>=1.2.0
Any idea how to fix it? I searched for a while, and the only suggestion is to clean my npm
packages.