Last active
August 9, 2022 06:18
-
-
Save dswwsd/4649be95285dc39ccd1c8a089b72c5b9 to your computer and use it in GitHub Desktop.
国内源
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [global] | |
| trusted-host = mirrors.aliyun.com | |
| index-url = https://mirrors.aliyun.com/pypi/simple |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm set registry https://r.cnpmjs.org # 注册模块镜像 | |
| npm set disturl https://cnpmjs.org/dist # node-gyp 编译依赖的 node 源码镜像 | |
| npm set chromedriver_cdnurl http://cnpmjs.org/mirrors/chromedriver # chromedriver | |
| npm set operadriver_cdnurl http://cnpmjs.org/mirrors/operadriver # operadriver | |
| npm set phantomjs_cdnurl http:/cnpmjs.org/mirrors/phantomjs # phantomjs | |
| npm set sass_binary_site http://cnpmjs.org/mirrors/node-sass # node-sass | |
| npm set electron_mirror http://cnpmjs.org/mirrors/electron/ # electron | |
| npm set selenium_cdnurl=http://cnpmjs.org/mirrors/selenium | |
| npm set node_inspector_cdnurl=https://cnpmjs.org/mirrors/node-inspector | |
| export NVM_NODEJS_ORG_MIRROR=https://cnpmjs.org/mirrors/node | |
| export PUPPETEER_DOWNLOAD_HOST=https://storage.googleapis.com.cnpmjs.org | |
| export SHARP_DIST_BASE_URL=https://npm.taobao.org/mirrors/sharp-libvips/ | |
| # HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment