nvm install latest
results in index out of range [3] with length 3
#969
Labels
nvm install latest
results in index out of range [3] with length 3
#969
Issue:
I wanted to install the new 20.0.0 NodeJS version by running
nvm install latest
. This resulted in the following error instead:Running
nvm install 20.0.0
results in the same error.How To Reproduce:
nvm install latest
ornvm install 20.0.0
Expected Behavior:
I expected the latest version of NodeJS to be installed.
Desktop:
Additional context:
The text was updated successfully, but these errors were encountered: