I installed the latest nvm Windows cli tool; and when I try to run nvm install lts
it shows "Downloading..." then "Extracting..." and freezes there. Never errors, but never moves on, either. If I kill the process and do nvm list
, it lists 16.15.0. But if I say nvm use 16.15.0
, or nvm uninstall 16.15.0
, it says it isn't installed.
I've tried uninstalling nvm and starting over from scratch; same result every time. How do I get past 'Extracting'?