yarn下载依赖慢的解决方法

 首先设置npm或者yarn镜像为淘宝镜像 详情: 淘宝 NPM 镜像

npm config set registry https://registry.npm.taobao.org
OR
yarn config set registry https://registry.npm.taobao.org
  1. 在项目的根目录添加.npmrc 或者 .yarnrc 把镜像源设置淘宝镜像,node-sass设置淘宝的路径
registry "https://registry.npm.taobao.org"
sass_binary_site "https://npm.taobao.org/mirrors/node-sass/"

 在公司内网下下载安装包,也是添加.npmrc 设置公司自己的镜像

上一篇:淘宝IP查询


下一篇:解决stack FetchError: request to https://registry.npm.taobao.org/@vue%2fcli-plugin-vuex failed, reason