-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Unable to find 'node' executable #525
Comments
I’ve started running into this as well. I’m using asdf for my node install and it’s at the front of my Here’s the output from my VS Code CLI after the error had shown, and once all extensions had loaded: ❯ where node
/Users/philsherry/.local/share/asdf/shims/node
/opt/homebrew/bin/node
❯ which node
/Users/philsherry/.local/share/asdf/shims/node
❯ which -a node
/Users/philsherry/.local/share/asdf/shims/node
/opt/homebrew/bin/node
❯ command -v node
/Users/philsherry/.local/share/asdf/shims/node |
Can you check if 1.9.0 works for you? |
This version is not listed in the list of available versions. |
It is listed for me. Enable pre-release versions to see it. |
I confirm that version 1.9.0 works without specifying the path to the node executable in the extension configuration. |
This should be fixed in 1.10.0 automatically. |
Describe the bug
I am using
nvm
to installnodejs
. I get this error while openingVS Code
.Why don't you use the
where node
command, which gives the correct path to the executable file node.exe?Reproduction
no link
Output
The text was updated successfully, but these errors were encountered: