Skip to content

Instantly share code, notes, and snippets.

@foreverzmy
Last active December 5, 2019 10:20
Show Gist options
  • Save foreverzmy/8d42806f4d3097bdeb2be25d088260b1 to your computer and use it in GitHub Desktop.
Save foreverzmy/8d42806f4d3097bdeb2be25d088260b1 to your computer and use it in GitHub Desktop.
Yarn 项目级别淘宝源代理配置
registry "https://registry.npm.taobao.org"
disturl "https://npm.taobao.org/dist"
sass_binary_site "https://npm.taobao.org/mirrors/node-sass/"
phantomjs_cdnurl "https://npm.taobao.org/mirrors/phantomjs/"
electron_mirror "https://npm.taobao.org/mirrors/electron/"
nvm_nodejs_org_mirror "http://npm.taobao.org/mirrors/node"
NODEJS_ORG_MIRROR "http://npm.taobao.org/mirrors/node"
SQLITE3_BINARY_SITE "http://npm.taobao.org/mirrors/sqlite3"
profiler_binary_host_mirror "http://npm.taobao.org/mirrors/node-inspector/"
node_inspector_cdnurl "https://npm.taobao.org/mirrors/node-inspector"
selenium_cdnurl "http://npm.taobao.org/mirrors/selenium"
puppeteer_download_host "https://npm.taobao.org/mirrors"
chromedriver_cdnurl "https://npm.taobao.org/mirrors/chromedriver"
operadriver_cdnurl "https://npm.taobao.org/mirrors/operadriver"
fse_binary_host_mirror "https://npm.taobao.org/mirrors/fsevents"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment