jasongin / nvs

Node Version Switcher - A cross-platform tool for switching between versions and forks of Node.js
Other
2.72k stars 210 forks source link

using NVS behind corporate proxy #259

Open KiranMohan opened 2 years ago

KiranMohan commented 2 years ago

How to get NVS working behind corporate proxy server?

I have tried to set the proxy in Window Powershell and then execute nvs command but it didnt work.

set HTTP_PROXY=http://<server>:<port>
set HTTPS_PROXY=http://<server>:<port>
jasongin commented 1 year ago

It should work if your proxy is configured in Windows system settings. (Most Windows tools do not use the HTTP_PROXY/HTTPS_PROXY environment variables that are conventional on Linux.)

KiranMohan commented 1 year ago

Proxy is configured in Windows System Settings using a proxy script and it still doesn't work.

(Note: It is being set by my company and I can't override it.)