11

安装“npm install -g yo grunt-cli bower”时,我收到错误“npm ERR!peerinvalid The package bower does not meet its brothers' peerDependencies requirements!npm ERR!peerinvalid Peer yo@1.0.0-rc.1想要凉亭@〜0.9.2“我该如何解决?

4

2 回答 2

16

这个问题的解决方案:

https://github.com/yeoman/yo/issues/48

npm 更新 -g 哟

于 2013-07-05T07:01:52.960 回答
4

我是通过谷歌搜索来到这里的。此页面上的解决方案不起作用。相反,我只需要更新 bower:

npm update -g bower

然后为 yeoman 重新运行安装。由于某种原因, npm update -g yo 不会更新 bower,您必须单独执行此操作。

于 2013-11-12T15:48:39.130 回答