Skip to content

webpack-dev-server@2.9.1 has incorrect peer dependency "webpack@^2.2.0 || ^3.0.0" #1126

Closed
@alansouzati

Description

@alansouzati
  • Operating System: 10.x
  • Node Version: 6.11.2
  • NPM Version: 3.10.10
  • webpack Version: 3.4.1
  • webpack-dev-server Version: 2.9.1
  • This is a bug
  • This is a feature request
  • This is a modification request

Expected Behavior

No warning to show when using webpack 3.4.

Actual Behavior

Showing warning.

For Bugs; How can we reproduce the behavior?

Run yarn install when webpack version is set to 3.4.1.

Maybe the peerDependency should be updated to the following?

  "webpack": ">= 2.2.0 < 3 || 3.x"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions