npm installation error connect ECONNREFUSED 127.0.0.1:8080

Deadly 提交于 2019-12-04 17:27:22
Matt R

Issue solved

The error was by wrong configuration of proxy on one of my attempts probably. What helped me was: npm install not work

I did the following :

  1. npm config set proxy null npm config set https-proxy null
  2. npm config set registry http://registry.npmjs.org/

Thanks for everyone trying to help

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!