Since I am behind the corporate firewall, unable to install Node JS via nvm. I decided to use fiddler for proxying and then try to configure proxy in nvm as follows
nvm proxy http://127.0.0.1:8888 where 8888 is the proxy port in fiddler
However running nvm proxy still returns "none" and still get the timeout when I try to install latest node.
There is a related article: Unable to install node using nvm on windows
Any help is appreciated.