首先设置npm或者yarn镜像为淘宝镜像 详情: 淘宝 NPM 镜像
npm config set registry https://registry.npm.taobao.org OR yarn config set registry https://registry.npm.taobao.org
registry "https://registry.npm.taobao.org" sass_binary_site "https://npm.taobao.org/mirrors/node-sass/"
在公司内网下下载安装包,也是添加.npmrc 设置公司自己的镜像