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
{{ message }}
This repository was archived by the owner on Jul 27, 2021. It is now read-only.
Since this package has "^4.0.0" as the given webpack peer dependency version, newer versions of Node/NPM break when attempting to install this package together with Webpack 5:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [redacted]@1.0.7
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR! webpack@"^5.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^4.0.0" from [email protected]
npm ERR! node_modules/friendly-errors-webpack-plugin
npm ERR! friendly-errors-webpack-plugin@"2.0.0-beta.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
Vasfed, luooooob, otakustay, fmeyertoens, JeffreyWay and 13 more