借助 nvm 安装、管理多个 NodeJS 版本
安装或升级(参见这里)
1 | curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash |
脚本的作用是将 nvm 仓库源码克隆到 ~/.nvm
下面,之后将环境变量添加到配置文件中,如:~/.bash_profile
, ~/.zshrc
,~/.profile
,或 ~/.bashrc
。
所以会用到 git 命令,如果没有 Git,请先安装。