-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Bug with webpack-dev-server 2.10.0 - Unable to start webpack-dev-server #1229
Comments
I'm having the same problem too ! |
Look like the problem is in the newest version of webpack dev server |
I too am getting this same error. Was working fine a few days ago |
Thanks @ZeroX-DG just downgraded |
I'm having the same problem too ! !!!!!!!!!!!!!!! |
@NigelEarle @ZeroX-DG run this command in my project works great too,Thanks!!! devServer:{ |
@CocoChen917 Thanks! |
Someone found a solution to the problem? |
The problem is in the newest version of webpack dev server (2.10.0) Right now a simple work around solution is to downgrade to an older version of webpack dev server using the command
Or if you're using yarn
|
I am facing the same issue. Please post a solution once it is available. Thanks. |
The problem have been resolved, you can now upgrade to the newest version of webpack (2.10.1). |
For those who still stuck on this issue even after changing their version of node and npm, adding this line in my hosts file has solved the problem: |
|
thank you, this helped |
Problem solved with |
This worked like a charm! Thank you! |
Still getting this issue with the latest version of webpack-dev-server and no luck after downgrading to webpack-dev-server 2.9.7 or with any fixes shown above. log: 0 info it worked if it ends with ok |
Still an issue, but #1229 (comment) helped |
Try |
C:\Users\Shakil Talukder\Desktop\bootsratp-webpack\node_modules\webpack-cli\bin\cli.js:93 ReferenceError: options is not defined npm ERR! A complete log of this run can be found in: |
i face problem reload webpack live server |
|
Tejas100 we have a subsequent issue.
i 「wds」: Project is running at http://localhost:8080/ for some reason webpack serve --mode development --env development wont render the frontend script now that data.js has been moved to backend? |
Anyone else getting these error messages after running
npm start
when initing webpack project? 😕Npm logs output:
Node version
Webpack and webpack-dev-server works fine in other projects locally. Pretty stumped on this issue. Thanks!
The text was updated successfully, but these errors were encountered: