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

Bump nvm-windows Version #203

Closed
dsanders11 opened this issue Jul 5, 2023 · 1 comment · Fixed by #213
Closed

Bump nvm-windows Version #203

dsanders11 opened this issue Jul 5, 2023 · 1 comment · Fixed by #213
Assignees

Comments

@dsanders11
Copy link

There are some important bug fixes in nvm-windows 1.1.11, particularly the fix for coreybutler/nvm-windows#955 (which prevents installing the latest Node.js v20 versions). Picking up coreybutler/nvm-windows#709 would also be a nice benefit.

@JalexChen
Copy link
Contributor

JalexChen commented Jul 14, 2023

hi @dsanders11 - thanks for submitting this issue. after investigating, it does look like nvm.portable is the correct package to install, however, we are going to wait for next month to see if the choco package owner has updated it. otherwise, we might look into a custom script to install the latest versions so we are not relying on maintenance here.

both the nvm and nvm.install packages from chocolately do not perform the correct actions we need to take in order to install this correctly. what you can do, however, is install either nvm or nvm.install yourself, and that will point towards the right version 1.1.11

it looks like this is in fact installing the wrong nvm package. we should be installing nvm not nvm.portable.

the choco nvm package points to nvm.install, which should give you access to the latest versions of node.

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 a pull request may close this issue.

2 participants