You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.ansible/roles/windows-executor/defaults/main/install_dev_tools_defaults.yml
Line 13 in 0c50922
The text was updated successfully, but these errors were encountered: