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
npm ERR! network getaddrinfo ENOTFOUND
Just unset the proxy host using :
unset HOST
This worked for me.