nvm

2024-07-10  本文已影响0人  Lucky_1122
查看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 
上一篇 下一篇

猜你喜欢

热点阅读