Skip to content

Instantly share code, notes, and snippets.

@horizon0514
Last active November 30, 2021 14:14
Show Gist options
  • Save horizon0514/989d93465a4651ee978cf7d55cfc04db to your computer and use it in GitHub Desktop.
Save horizon0514/989d93465a4651ee978cf7d55cfc04db to your computer and use it in GitHub Desktop.
nvm 设置 taobao mirror 镜像地址
// 临时设置,也可以通过安装 nrm 设置
export NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node/
nvm install node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment