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?

enter image description here

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

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -