github仓库地址
https://github.com/coreybutler/nvm-windows
下载地址
https://github.com/coreybutler/nvm-windows/releases
常用名称
nvm version //版本号
nvm list //已安装的node版本列表
nvm install 8.9.4 //安装指定node版本
nvm uninstall 8.9.4 //卸载指定node版本
nvm install latest //安装最新版
nvm use 8.9.4 //切换版本
更多命令查看github仓库
设置淘宝镜像
nvm node_mirror https://npm.taobao.org/mirrors/node/
nvm npm_mirror https://npm.taobao.org/mirrors/npm/