yarn config set registry http://registry.npm.taobao.org
npm config set registry http://registry.npm.taobao.org
复制代码
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
复制代码
yarn config set "chromedriver_cdnurl" "https://npm.taobao.org/mirrors/chromedriver"
npm config set "chromedriver_cdnurl" "https://npm.taobao.org/mirrors/chromedriver"复制代码