Open budarin opened 2 weeks ago
I’ve started running into this as well. I’m using asdf for my node install and it’s at the front of my $PATH
.
(The Brew’d node is a dependency for other things.)
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
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