install-webpack-plugin icon indicating copy to clipboard operation
install-webpack-plugin copied to clipboard

Ignore missing peerDependencies that already exist

Open ericclemmons opened this issue 9 years ago • 0 comments

npm WARN [email protected] requires a peer of webpack@>=1.3.0 <3 but none was installed.
Installing peerDependencies...
Installing [email protected]...

I have [email protected] in my package.json, but NPM is the one with the problem.

If I can require.resolve("webpack"), then ignore the peer dependencies!

ericclemmons avatar Sep 26 '16 20:09 ericclemmons