-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
difference in version of webpack-dev-server locally and on github in react-scripts package #11621
Labels
Comments
Because the current state of react-scripts isn't released on npm yet as stable release. |
Is there any place where I could get a list of planned releases? |
@krush11 That's the best i could find. |
Thanks a lot @ulrichstark. 👍 |
This was referenced May 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
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.The text was updated successfully, but these errors were encountered: