1. 查看有哪些 node 版本 命令:
node
nvm ls-remote
2. 查看本地node版本
nvm list
3. 版本切换
nvm use 版本号
想了解更多,请前往 https://www.cnblogs.com/yyh1/p/15875812.html