You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm WARN webpack-stream@7.0.0 requires a peer of webpack@^5.21.2 but none is installed. You must install peer dependencies yourself.
This is because webpack is now a peer dependency in 7.0.0 as many have requested for it to be a peer dependency. FWIW, I personally think peer dependencies are totally broken, inconsistent and provide a poor user experience. I think webpack should just be dependency.
But I guess this could be an experiment to see if more people run into module not found versus people asking for webpack to be a peer dependency.
Steps to reproduce:
src/index.js
gulpfile.js
file"build": "npm run gulp"
)Expected result:
bundle.js
file in thedist
folderActual result:
Error stack:
Nodejs and dependencies versions:
Everything works as expected with the previous version of the
webpack-stream
- 6.1.2The text was updated successfully, but these errors were encountered: