-
Notifications
You must be signed in to change notification settings - Fork 12k
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
NG not found in WSL #3944
Comments
I have exactly the same issue, with the same platform. |
This is a known issue in WSL. See microsoft/WSL#1343 for more information. It should be fixed when next version of Windows 10 is released. |
Closed as answered by @sarunint |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Windows 10 using WSL
Versions.
1.0.0-beta.24
Repro steps.
npm install -g angular-cli
ng help
Then try:
5. Try a workaround for this
alias ng="/path/to/.npm-global/lib/node_modules/angular-cli/bin/ng"
6. Run
ng help
7. And we see our error
EINVAL: invalid argument, uv_interface_addresses
The log given by the failure.
Mention any other details that might be useful.
In this project we found a workaround for a similar issue pebble-dev/rebble-store#65 with WSL
The text was updated successfully, but these errors were encountered: