-
Notifications
You must be signed in to change notification settings - Fork 39
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
Workaround for Windows 10 WSL #11
Conversation
Still waiting for this to get merged... |
Yes, please merge this @scravy! |
Any update? @scravy |
Bueller? @scravy |
Bump? |
@fillippeyton (and everyone else) Upgrade to the latest version of WSL and it should work! Download link: https://www.microsoft.com/en-us/software-download/windows10ISO |
Some of us are unable to get the Creators update due to fun enterprise audits... 😢 |
Yep, it was fixed in WSL some time ago. But I guess there is no point in closing PR atm |
Thank you for this fix! |
Windows Subsystem for Linux doesn't support os.networkInterfaces() : microsoft/WSL#468
This "fix" returns empty object as if no interfaces were found to prevent syscall error.
Fixes: #8
Fixes react-scripts build on WSL
Thanks to http-party/node-portfinder/pull/42