方法2:使用 NVM(Node Version Manager)安装
安装 NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
重新加载配置
source ~/.bashrc
安装最新的 LTS 版本的 Node.js
nvm install --lts
验证安装
node --version
npm --version
方法2:使用 NVM(Node Version Manager)安装
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
source ~/.bashrc
nvm install --lts
node --version
npm --version