Skip to content

difference in version of webpack-dev-server locally and on github in react-scripts package #11621

Closed
@krush11

Description

Describe the bug

This issue is regarding the version difference of webpack-dev-server in package.json in the react-scripts package and my local package-lock.json.
This is my local package-lock.json's version of react-scripts and its dependency webpack-dev-server
image
image

However, in the packge.json of react-scripts on github, it can be seen that with the same version of react-scripts, the version of webpack-dev-server is 4.0.0.

The lower webpack-dev-server version contains chokidar2 which is giving warnings in building docker image and is a bit annoying.

I have tried npm update, removing package-lock.json and node_modules and re-installing them and still have no progress.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions