如何安装 nvm
简介
nvm 是一款 Node.js 安装器与多版本切换工具。
安装
进入主目录,运行官方安装脚本:
cd ~
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
验证安装结果
nvm -v
nvm 是一款 Node.js 安装器与多版本切换工具。
进入主目录,运行官方安装脚本:
cd ~
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
nvm -v