npm-windows-upgrade
npm-windows-upgrade copied to clipboard
Readme should mention proxy
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'