jhipsterをインストールしようとしています。https://jhipster.github.io/installation.htmlの手順に従いましたが、最後の手順 (npm install -g generator-jhipster) から次のように返されます。
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
私はcentOS 7を持っていて、npmはリポジトリからインストールされました
npm -v
1.3.6
私はすでに更新しようとしましたが、このnpmでは最新のようです。
npm update -g yo
アップデート:
新しいリポジトリを追加することで修正されました:
curl -sL https://rpm.nodesource.com/setup | bash -
yoの上位バージョンをインストールできました