🪞 国内镜像源 / Node.js 运行时 · Node 二进制 / nvm 下载
选择来源
5 个可用
export NVM_NODEJS_ORG_MIRROR="https://mirrors.tuna.tsinghua.edu.cn/nodejs-release"
nvm install 22
# 将下列 export 行写入当前 shell 的启动文件;已有同名变量时替换旧行,不要重复追加。
# zsh:${ZDOTDIR:-$HOME}/.zshrc
# bash:~/.bashrc;macOS 登录 bash 使用 ~/.bash_profile
# 保存后重新打开终端;在当前终端执行这些 export 行也可立即生效。
export NVM_NODEJS_ORG_MIRROR="https://mirrors.tuna.tsinghua.edu.cn/nodejs-release"
export N_NODE_MIRROR="https://mirrors.tuna.tsinghua.edu.cn/nodejs-release"
n lts
fnm install 22 --node-dist-mirror https://mirrors.tuna.tsinghua.edu.cn/nodejs-release
node_mirror: https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/
curl -O https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/v22.11.0/node-v22.11.0-linux-x64.tar.xz
export NVM_NODEJS_ORG_MIRROR="https://mirrors.aliyun.com/nodejs-release"
nvm install 22
# 将下列 export 行写入当前 shell 的启动文件;已有同名变量时替换旧行,不要重复追加。
# zsh:${ZDOTDIR:-$HOME}/.zshrc
# bash:~/.bashrc;macOS 登录 bash 使用 ~/.bash_profile
# 保存后重新打开终端;在当前终端执行这些 export 行也可立即生效。
export NVM_NODEJS_ORG_MIRROR="https://mirrors.aliyun.com/nodejs-release"
export N_NODE_MIRROR="https://mirrors.aliyun.com/nodejs-release"
n lts
fnm install 22 --node-dist-mirror https://mirrors.aliyun.com/nodejs-release
node_mirror: https://mirrors.aliyun.com/nodejs-release/
curl -O https://mirrors.aliyun.com/nodejs-release/v22.11.0/node-v22.11.0-linux-x64.tar.xz
export NVM_NODEJS_ORG_MIRROR="https://mirrors.cloud.tencent.com/nodejs-release"
nvm install 22
# 将下列 export 行写入当前 shell 的启动文件;已有同名变量时替换旧行,不要重复追加。
# zsh:${ZDOTDIR:-$HOME}/.zshrc
# bash:~/.bashrc;macOS 登录 bash 使用 ~/.bash_profile
# 保存后重新打开终端;在当前终端执行这些 export 行也可立即生效。
export NVM_NODEJS_ORG_MIRROR="https://mirrors.cloud.tencent.com/nodejs-release"
export N_NODE_MIRROR="https://mirrors.cloud.tencent.com/nodejs-release"
n lts
fnm install 22 --node-dist-mirror https://mirrors.cloud.tencent.com/nodejs-release
node_mirror: https://mirrors.cloud.tencent.com/nodejs-release/
curl -O https://mirrors.cloud.tencent.com/nodejs-release/v22.11.0/node-v22.11.0-linux-x64.tar.xz
export NVM_NODEJS_ORG_MIRROR="https://mirrors.bfsu.edu.cn/nodejs-release"
nvm install 22
# 将下列 export 行写入当前 shell 的启动文件;已有同名变量时替换旧行,不要重复追加。
# zsh:${ZDOTDIR:-$HOME}/.zshrc
# bash:~/.bashrc;macOS 登录 bash 使用 ~/.bash_profile
# 保存后重新打开终端;在当前终端执行这些 export 行也可立即生效。
export NVM_NODEJS_ORG_MIRROR="https://mirrors.bfsu.edu.cn/nodejs-release"
export N_NODE_MIRROR="https://mirrors.bfsu.edu.cn/nodejs-release"
n lts
fnm install 22 --node-dist-mirror https://mirrors.bfsu.edu.cn/nodejs-release
node_mirror: https://mirrors.bfsu.edu.cn/nodejs-release/
curl -O https://mirrors.bfsu.edu.cn/nodejs-release/v22.11.0/node-v22.11.0-linux-x64.tar.xz
export NVM_NODEJS_ORG_MIRROR="https://mirrors.nju.edu.cn/nodejs-release"
nvm install 22
# 将下列 export 行写入当前 shell 的启动文件;已有同名变量时替换旧行,不要重复追加。
# zsh:${ZDOTDIR:-$HOME}/.zshrc
# bash:~/.bashrc;macOS 登录 bash 使用 ~/.bash_profile
# 保存后重新打开终端;在当前终端执行这些 export 行也可立即生效。
export NVM_NODEJS_ORG_MIRROR="https://mirrors.nju.edu.cn/nodejs-release"
export N_NODE_MIRROR="https://mirrors.nju.edu.cn/nodejs-release"
n lts
fnm install 22 --node-dist-mirror https://mirrors.nju.edu.cn/nodejs-release
node_mirror: https://mirrors.nju.edu.cn/nodejs-release/
curl -O https://mirrors.nju.edu.cn/nodejs-release/v22.11.0/node-v22.11.0-linux-x64.tar.xz
已复制到剪贴板
当前在 App 内置浏览器中,文件可能无法下载保存。请点右上角菜单,选择「在浏览器中打开」。