Skip to content

Instantly share code, notes, and snippets.

@flyfly6
Created December 27, 2016 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyfly6/c4881a58302944c13f213fe0237b27b9 to your computer and use it in GitHub Desktop.
Save flyfly6/c4881a58302944c13f213fe0237b27b9 to your computer and use it in GitHub Desktop.
npm registry and mirrors setting
registry="http://172.30.41.176:7001"
disturl="https://npm.taobao.org/dist" # node-gyp 编译依赖的 node 源码镜像
chromedriver_cdnurl="http://npm.taobao.org/mirrors/chromedriver" # chromedriver 二进制包镜像
phantomjs_cdnurl="http://npm.taobao.org/mirrors/phantomjs" # phantomjs 二进制包镜像
sass_binary_site="http://npm.taobao.org/mirrors/node-sass" # node-sass 二进制包镜像
selenuim_cdnurl="http://npm.taobao.org/mirrors/selenium" # selenium 二进制包镜像
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment