1.安装node

nvm install node版本   

 2.查看已安装版本

nvm list

 

nvm命令

3.切换node版本

nvm use node版本

4.查看版本

node -v

 

相关文章: