Skip to content

Webpack Dev Server should update to a new version #4373

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

Closed
lwxbr opened this issue Jul 29, 2019 · 1 comment
Closed

Webpack Dev Server should update to a new version #4373

lwxbr opened this issue Jul 29, 2019 · 1 comment

Comments

@lwxbr
Copy link

lwxbr commented Jul 29, 2019

Version

3.9.2

Reproduction link

webpack/webpack-dev-server#2158

Environment info

Webpack Dev Server: 3.1.4
Webpack: 4.15.1

Steps to reproduce

Read the link and you will understand the problem.

What is expected?

The Webpack Dev Server should run without problem.

What is actually happening?

There is a problem in validation of liveReload option.


Please, read that thread and you will understand why the update is needed: webpack/webpack-dev-server#2158

See also: #4368

@haoqunjiang
Copy link
Member

"webpack-dev-server": "^3.4.1",

I think it's due to your local npm cache.
Please remove package-lock.json, run npm cache clean -f and then rerun npm install in the project directory.

Also, next time, please provide a reproduction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants