安装
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
查看所有的node版本
nvm ls-remote
安装最新版
nvm install node
时间: 2024-12-24 12:35:53
安装
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
查看所有的node版本
nvm ls-remote
安装最新版
nvm install node