📜  节点版本管理器 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:38.461000             🧑  作者: Mango

代码示例5
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash

  OR

  wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash