npm ERR! network getaddrinfo ENOTFOUND

前端 未结 17 966
傲寒
傲寒 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条回答
  •  -上瘾入骨i
    2020-12-02 18:51

    strict-ssl=false

    proxy = http://ip_address_of_proxy:8088 https-proxy = https://ip_address_of_proxy:8088
    registry = http://registry.npmjs.org/

提交回复
热议问题