nvm

作者: Lucky_1122 | 来源:发表于2024-07-10 14:30 被阅读0次
查看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