Quantcast
Channel: nvm ls-remote command results in "N/A" - Stack Overflow
Viewing all articles
Browse latest Browse all 24

Answer by Michael Stahl for nvm ls-remote command results in "N/A"

$
0
0

I had the same problem on WSL2. I also have an https_proxy environment variable set to my company's https_proxy server.

When working inside the company VPN, this did not work since (I believe) WSL2 have a problem using the proxy settings correctly.

Outside the company VPN, un-setting this environment variable, fixed the problem.

so (outside the VPN):

unset https_proxy

and then

nvm ls-remote --lts

worked.


Viewing all articles
Browse latest Browse all 24

Trending Articles