返回

nvm镜像站使用指南

开发配置

如何使用nvm镜像站?

  1. 安装nvm:
#mac/Linux安装路径
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
#windows安装路径
https://github.com/coreybutler/nvm-windows
  1. 添加nvm镜像站:
nvm add_mirror https://npmmirror.com/mirrors/node/
  1. 安装node.js:
nvm install node