npm ERR! network getaddrinfo ENOTFOUND

前端 未结 17 970
傲寒
傲寒 2020-12-02 18:12

I am getting npm ERR! network getaddrinfo ENOTFOUND error while trying to install any package using NPM. I know there are numerous threads on the same issue but

17条回答
  •  北海茫月
    2020-12-02 18:51

    I had incorrectly typed in the address as

    http://addressOfProxy.8080
    

    instead of

    http://addressOfProxy:8080  
    

    (Notice the colon before the port number 8080.)

提交回复
热议问题