npm-windows-upgrade icon indicating copy to clipboard operation
npm-windows-upgrade copied to clipboard

Readme should mention proxy

Open holgerl opened this issue 6 years ago • 0 comments

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'

holgerl avatar Jun 20 '19 10:06 holgerl