felixrieseberg / npm-windows-upgrade

:rocket: Upgrade npm on Windows
MIT License
2.53k stars 149 forks source link

Readme should mention proxy #145

Open holgerl opened 5 years ago

holgerl commented 5 years ago

If behind a proxy, the installation in Powershell will not work. The readme should mention that this is fixed by setting up proxy in Powershell:

$env:HTTPS_PROXY='http://proxy:port'
$env:HTTP_PROXY='http://proxy:port'