I am trying to install node packages on my windows machine using npm from a fresh install of node.
however, I am getting ETIMEDOUT errors. I checked few other stacko
I solved it with the following:
npm config rm proxy npm config rm https-proxy npm config delete http-proxy npm config delete https-proxy set HTTP_PROXY=null set HTTPS_PROXY=null