tunneling socket could not be established, cause=connect ECONNREFUSED 127.0.0.1:56281 npm ERR! network This is most likely not a problem with npm itself npm ERR! network and is related to network

时间:2017-05-27 15:06:54   收藏:0   阅读:4966

tunneling socket could not be established, cause=connect ECONNREFUSED 127.0.0.1:56281
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.

错误原因:我开了代理。

解决方案:npm config set proxy null

原文:http://www.cnblogs.com/gdouzz/p/6912806.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!