如果在电脑上(node版本的升级和降级) 切换 node 版本
首先需要安装nvm node 版本管理插件 安装方式
安装方式 按官方指导
nvm ls
nvm ls-remote
nvm use 版本号
nvm run node --version