Skip to content

Instantly share code, notes, and snippets.

@qzm
Last active February 14, 2025 10:52
Show Gist options
  • Save qzm/13a7337d52f99ca2cbf8c29c5a89d536 to your computer and use it in GitHub Desktop.
Save qzm/13a7337d52f99ca2cbf8c29c5a89d536 to your computer and use it in GitHub Desktop.
为中国开发者准备的NPM配置文件(.npmrc)放置在npm运行的目录即可
node_modules/
registry=https://registry.npm.taobao.org
disturl=https://npm.taobao.org/dist
chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver
operadriver_cdnurl=http://cdn.npm.taobao.org/dist/operadriver
phantomjs_cdnurl=http://cdn.npm.taobao.org/dist/phantomjs
fse_binary_host_mirror=https://npm.taobao.org/mirrors/fsevents
sass_binary_site=http://cdn.npm.taobao.org/dist/node-sass
electron_mirror=http://cdn.npm.taobao.org/dist/electron/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment