写代码的时候呢,用npm安装太慢,得换成国内源,到了自己写的小工具要更新提交时又得把源换回来,有时候时间一长就记不得了,做个小记录吧,不然要博客干嘛呀。
首先查看本地源
npm config get registry
//默认源 https://registry.npmjs.org/
然后修改源
npm config set registry https://registry.npm.taobao.org
目前国内可用的源列表
https://registry.npm.taobao.org
http://r.cnpmjs.org