0

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の上位バージョンをインストールできました

4

1 に答える 1

0

新しいリポジトリを追加することで修正されました:

curl -sL https://rpm.nodesource.com/setup | bash - yoの上位バージョンをインストールできました

于 2017-06-14T06:42:04.743 に答える