查看node所有的版本号
npm view node versions
node安装
nvm install <version>
node卸载
nvm uninstall <version>
node版本切换
nvm use <version>
指定运行node版本
nvm run <version> <target>
查看node的LTS版本
nvm ls -remote
查看node的本地版本
nvm ls
查看node所有的版本号
npm view node versions
node安装
nvm install <version>
node卸载
nvm uninstall <version>
node版本切换
nvm use <version>
指定运行node版本
nvm run <version> <target>
查看node的LTS版本
nvm ls -remote
查看node的本地版本
nvm ls
本文标题:nvm
本文链接:https://www.haomeiwen.com/subject/zofofjtx.html
网友评论