摘要: 有时候可能因为使用代理,使用npm下载node模块会报"proxy"相关的错误,error提示ECONNECT,好像是这么拼的。解决办法1 配置代理npm config set proxy=http://username:password@xxx.xxx.xxx.xxx:80802 配置镜像网址np... 阅读全文
posted @ 2015-07-21 21:26 xingoo 阅读(1392) 评论(0) 推荐(0) 编辑