We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.9.2
webpack/webpack-dev-server#2158
Webpack Dev Server: 3.1.4 Webpack: 4.15.1
Read the link and you will understand the problem.
The Webpack Dev Server should run without problem.
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
The text was updated successfully, but these errors were encountered:
vue-cli/packages/@vue/cli-service/package.json
Line 80 in c36eabc
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.
package-lock.json
npm cache clean -f
npm install
Also, next time, please provide a reproduction.
Sorry, something went wrong.
No branches or pull requests
Version
3.9.2
Reproduction link
webpack/webpack-dev-server#2158
Environment info
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
The text was updated successfully, but these errors were encountered: