nvm-windows下载地址 github.com/coreybutler…node
查看当前安装的全部node版本git
nvm ls 复制代码
安装某版本号github
nvm install 8.9.1 复制代码
使用/更换 版本windows
nvm use 8.9.0 复制代码