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 7 no longer ignores peer dependency issues when installing. This package hasn't been updated in a while and still calls for webpack 4. We're up to webpack 5 now, but webpack still hasn't fixed the underlying issue. So I now have to remember to use --legacy-peer-deps every time. Perhaps, if there's no difference, you could update the package.json to use a peer dependency of Webpack 5 major version?
The text was updated successfully, but these errors were encountered:
npm 7 no longer ignores peer dependency issues when installing. This package hasn't been updated in a while and still calls for webpack 4. We're up to webpack 5 now, but webpack still hasn't fixed the underlying issue. So I now have to remember to use
--legacy-peer-deps
every time. Perhaps, if there's no difference, you could update the package.json to use a peer dependency of Webpack 5 major version?The text was updated successfully, but these errors were encountered: