- 通过nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
或者
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
具体安装 参见
https://github.com/nvm-sh/nvm/blob/master/README.md
2 通过n切换
全局安装
sudo npm install -g n
查看
n help
安装版本
n + 版本号
最新版本
n lastest
安装稳定版
n stable
删除版本
n rm +版本号
网友评论