淘宝源设置
Opened this issue · 0 comments
liuxilei commented
淘宝 npm地址: http://npm.taobao.org/
临时使用
$ npm --registry https://registry.npm.taobao.org install express
持久使用
$ npm config set registry https://registry.npm.taobao.org
配置后可通过下面方式来验证是否成功
$ npm config get registry
恢复官方地址
$ npm config set registry https://registry.npmjs.org