Visual Studio Code to use node version specified by NVM

后端 未结 17 1190
渐次进展
渐次进展 2020-12-07 16:01

Is it possible for VS Code to use node version specified by NVM?

I have 6.9.2 installed locally. Even after switching to another version, from the OS X terminal (no

17条回答
  •  遥遥无期
    2020-12-07 16:42

    A alternative solution I've found is to simply launch code from the shell after you pick your node using nvm.

    You need to first open the command pallet and select "install 'code' into path".

    And then launch a terminal and select your node via nvm and then launch "code".

提交回复
热议问题