我正在尝试安装jhipster。我按照步骤https://jhipster.github.io/installation.html,但最后一步(npm安装-g生成器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
我已经试过更新yo了,但它似乎是这个npm的最新版本。
npm update -g yo
更新:
通过添加新的仓库修复:
curl -sL https://rpm.nodesource.com/setup | bash -
我能够安装更高版本的yo
通过添加新仓库修复:
卷曲-sLhttps://rpm.nodesource.com/setup| bash-我能够安装更高版本的yo