使用npm下载,蜗牛,使用cnpm又觉得那啥,所以.把cnpm也就是淘宝镜像绑定成npm下载的代理,这样使用npm的时候其实是用淘宝镜像去下载,这感觉,good! 1. npm config set registry http://registry.npm.taobao.org/ 检查一下:npm get registry >http://registry.npm.taobao.org/ 大功告成! 如果有一天你出差到了外国,想换回来肿么办? 2. npm config set registry…