npm
npm config set registry https://registry.npm.taobao.org --global //修改当前源
npm config get registry // 查看npm当前镜像源
npm config set registry https://registry.npm.taobao.org/ // 设置npm的镜像源改成淘宝镜像
yarn
yarn config get registry //查看yarn当前镜像源
yarn config set registry https://registry.npm.taobao.org/ // 设置yarn镜像源为淘宝镜像