当版本实际上没有冲突时,如何解决npm peerinvalid错误?

时间:2014-08-25 21:20:53

标签: npm

尝试安装ngmin-webpack-plugin,我收到此错误:

npm ERR! peerinvalid The package webpack does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer angular-webpack-plugin@0.0.1 wants webpack@~1.1.0
npm ERR! peerinvalid Peer webpack-dev-server@1.4.6 wants webpack@1.x

请注意,1.x~1.1.0版本要求实际上并不冲突。

如何解决此问题?

1 个答案:

答案 0 :(得分:0)

正如matthewwithanm所述,问题在于我安装的webpack版本:webpack@1.3.4angular-webpack-plugin~1.1.0的要求不兼容

在我的情况下,修复程序正在更新angular-webpack-plugin,其中包含更新的webpack版本要求。