Skip to content
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

Closed
krush11 opened this issue Nov 4, 2021 · 4 comments

Comments

@krush11
Copy link

krush11 commented Nov 4, 2021

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.

@ulrichstark
Copy link

Because the current state of react-scripts isn't released on npm yet as stable release.
But the prerelease of the v5 is already available with the next tag.

@krush11
Copy link
Author

krush11 commented Nov 8, 2021

Is there any place where I could get a list of planned releases?

@ulrichstark
Copy link

@krush11 That's the best i could find.
I would like to know too, when the release finally happens 👍🏼

@krush11
Copy link
Author

krush11 commented Nov 8, 2021

Thanks a lot @ulrichstark. 👍

@krush11 krush11 closed this as completed Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants