Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
auto-switch-node-version
New to Visual Studio Code?
Get it now.
auto-switch-node-version
dbfu321
|
109 installs
|
(
0
)
|
Free
根据项目中配置的node版本,打开终端时自动切换node版本
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
使用教程
在项目根目录下package.json文件里添加nodeVersion属性控制node版本,需要先安装
nvm
node版本控制工具。