安装
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
查看所有的node版本
nvm ls-remote
安装最新版
nvm install node
时间: 2024-10-15 11:00:48
安装
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
查看所有的node版本
nvm ls-remote
安装最新版
nvm install node