Last active
August 29, 2015 14:20
-
-
Save photonlili/9c0e2261f4b50fcd4ecd 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
| #淘宝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