I m trying to install jhipster. I followed steps on https://jhipster.github.io/installation.html , but last step (npm install -g generator-jhipster) returns me:
npm ERR! peerinvalid The package yo does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer generator-jhipster@2.1.1 wants yo@>=1.3.0
I have centOS 7 and npm was installed from repository
npm -v
1.3.6
I already tried update yo, but seems its up to date for this npm.
npm update -g yo
UPDATE:
Fixed by adding new repostory:
curl -sL https://rpm.nodesource.com/setup | bash -
I was able to install higher version of yo
Fixed by adding new repostory:
curl -sL https://rpm.nodesource.com/setup | bash - I was able to install higher version of yo