Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Peer Dependency issue with Webpack v5.x #123

Open
@BrekiTomasson

Description

@BrekiTomasson

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: webpack@5.4.0
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 friendly-errors-webpack-plugin@2.0.0-beta.2
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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions