node-sass chromedriver 安裝慢的解決方案

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"複製代碼
相關文章
相關標籤/搜索