ubuntu 22.04 安装 node.js zhio 2025-08-19 115 阅读1分钟 git clone https://gitee.com/mirrors/nvm cd nvm # 设置 node.js 镜像 export NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node bash install.sh source ~/.bashrc nvm -v nvm install 20 # 设置 npm 镜像 npm config set registry https://registry.npmmirror.com