说明
Manage multiple installations of node.js on a Windows computer.
在 windows
系统中管理多个版本的 node.js
安装
下载地址:https://github.com/coreybutler/nvm-windows/releases/tag/1.1.12
image.png使用
-
查看本地 node.js 版本
6c7f03c7a1cf476aba299d9d926e33dc.pngnode list
-
安装 node.js 指定版本
nvm install 16.17.1
-
切换 node.js 版本
nvm use 16
补充
- 如果想安装 yarn ,可以使用如下命令
npm install -g yarn
网友评论