Skip to content

Instantly share code, notes, and snippets.

@photonlili
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save photonlili/9c0e2261f4b50fcd4ecd to your computer and use it in GitHub Desktop.

Select an option

Save photonlili/9c0e2261f4b50fcd4ecd to your computer and use it in GitHub Desktop.
#淘宝npm镜像
##搜索地址:http://npm.taobao.org/
##registry地址:http://registry.npm.taobao.org/
#npmjs镜像
##搜索地址:http://cnpmjs.org/
##registry地址:http://r.cnpmjs.org/
临时使用
npm --registry https://registry.npm.taobao.org install express
持久使用
npm config set registry https://registry.npm.taobao.org
// 配置后可通过下面方式来验证是否成功
npm config get registry
// 或
npm info express
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment