标签:
有时候可能因为使用代理,使用npm下载node模块会报"proxy"相关的错误,error提示ECONNECT,好像是这么拼的。
1 配置代理
npm config set proxy=http://username:password@xxx.xxx.xxx.xxx:8080
2 配置镜像网址
npm config set registry http://r.cnpmjs.org
标签:
原文地址:http://www.cnblogs.com/xing901022/p/4665678.html