node-sass chromedriver 安装慢的解决方案

1,288 阅读1分钟

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"