npm install jhipster package 哟不满足
npm install jhipster package yo does not satisfy
我正在尝试安装 jhipster。我按照 https://jhipster.github.io/installation.html 上的步骤操作,但最后一步 (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
我有 centOS 7 并且 npm 是从存储库安装的
npm -v
1.3.6
我已经尝试过更新哟,但它似乎是这个 npm 的最新版本。
npm update -g yo
更新:
已通过添加新的存储库修复:
curl -sL https://rpm.nodesource.com/setup | bash -
我可以安装更高版本的哟
已通过添加新的存储库修复:
卷曲-sL https://rpm.nodesource.com/setup | bash -
我能够安装更高版本的 yo
我正在尝试安装 jhipster。我按照 https://jhipster.github.io/installation.html 上的步骤操作,但最后一步 (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
我有 centOS 7 并且 npm 是从存储库安装的
npm -v
1.3.6
我已经尝试过更新哟,但它似乎是这个 npm 的最新版本。
npm update -g yo
更新:
已通过添加新的存储库修复:
curl -sL https://rpm.nodesource.com/setup | bash -
我可以安装更高版本的哟
已通过添加新的存储库修复:
卷曲-sL https://rpm.nodesource.com/setup | bash - 我能够安装更高版本的 yo