-
Notifications
You must be signed in to change notification settings - Fork 212
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
/usr/bin/env: 'node': No such file or directory (ubuntu) #201
Comments
I can confirm that if I start the app from the terminal, the |
It would be nice for Angular Console to statically link the nodejs binary instead of relying on users to have already installed it. |
We have no plans to add a statically linked version of nodejs as of right now. However, if anyone would want to add support for nvm via a PR that would be wonderful. I'm happy to provide any support that one would need to make the PR |
For me at least Angular Console is working with nvm without launching it from the terminal, I have 11.8.0 aliased as the default |
Just switched to Windows/WSL2. And, while the commands work from the terminal (using zsh), if I try to do it from the VSCode extension, I get the "No such file or directory" error. |
Thanks. It works. |
when I try to new angular workspace, it shows below:
and I use nvm.
The text was updated successfully, but these errors were encountered: