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/