node.js - npm ERR! network getaddrinfo ENOTFOUND -
i getting npm err! network getaddrinfo enotfound
error while trying install package using npm. know there numerous threads on same issue not find thread can me.
i have set proxy & think proxy not being set correctly\not using correct url.
npm config set proxy http://proxy.company.com:8080 npm config set https-proxy http://proxy.company.com:8080
is there way check url using while setting proxy correct? there steps need take in order rectify issue?
maybe it's because proxy not stand https. clear proxy content of ~/.npmrc, or use
npm config delete proxy
what's more, nrm recommended problem.
Comments
Post a Comment