-
Notifications
You must be signed in to change notification settings - Fork 821
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
Error: addMembership EINVAL when running webpack-dev-server #2245
Comments
Thanks for reporting the issue! Can you please collect a strace of the failing scenario so we can see where the EINVAL is coming from? |
I also ran into this problem
The strace output is very long, is there some specific information I should leave here? |
I did a little research about ID_ADD_MEMBERSHIP and found this: So I ran It only happens when I try to run webpack-dev-server outside Ubuntu environment. A few days ago it was working perfectly. |
Does it have any chance of being related to #1678 (comment) and https://msdn.microsoft.com/en-us/commandline/wsl/release_notes#build-16176 ? |
Maybe, the dependency on the 'IP_ADD_MEMBERSHIP' socket option was added recently to |
@sunilmut it was a webpack-dev-server dependecy. Found here: webpack/webpack-dev-server#955 (comment). Thank you for the explanation. |
Only, if you move to the Insider build program. You can also download standalone ISO's and install them if you feel like. There is no other way that I am aware of. |
Running webpack-dev-server gives following error:
I've created a sample project to reproduce: https://github.com/gerrytan/webpack-dev-server-error-on-windows-bash, see instruction in the readme
The text was updated successfully, but these errors were encountered: