某些软件的镜像设置方法,陆续补充

npm:

  1. config命令:npm config set registry https://registry.npm.taobao.org
  2. 命令行指定:npm --registry=https://registry.npm.taobao.org install -g bower
  3. 编辑~/.npmrc加入以下内容:registry=https://registry.npm.taobao.org
 nvmw:
  set "NVMW_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node"
原文地址:https://www.cnblogs.com/noteit/p/5157774.html