1.查看本地安装的所有版本
nvm list
2.安装,命令中的版本号可自定义
nvm install 14.15.0
3.使用特定版本
nvm use 14.15.0
4.卸载版本
nvm uninstall 14.15.0