Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix detection algorithm of major version in nvm install #468

Closed
wants to merge 1 commit into from

Conversation

tats-u
Copy link
Contributor

@tats-u tats-u commented Aug 12, 2019

I've been bothered by the problem nvm install 12 installs the version 12.0.0, not 12.8.0.
I found nvm install X (X is an integer larger than 9) doesn't call the function findLatestSubVersion (findLatestSubVersion("12") returns "12.8.0"), but calls cleanVersion (cleanVersion("12") always returns "12.0.0").

@mbroadst
Copy link

@coreybutler any chance you can take a look into issues like these? We are currently reimplementing parts of nvm-windows in bash in our CI in order to find the version.

@tats-u tats-u mentioned this pull request Mar 24, 2020
29 tasks
@coreybutler
Copy link
Owner

I merged an alternative PR supporting this.

@tats-u tats-u deleted the fix-installing-majver branch September 11, 2021 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants