yarn npm设置淘宝镜像
yarn config set registry http://registry.npm.taobao.org
npm config set registry http://registry.npm.taobao.org
node-sass设置淘宝镜像
yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass
npm config set sass-binary-site http://npm.taobao.org/mirrors/node-sass
chromedriver设置淘宝镜像
yarn config set "chromedriver_cdnurl" "https://npm.taobao.org/mirrors/chromedriver"
npm config set "chromedriver_cdnurl" "https://npm.taobao.org/mirrors/chromedriver"