-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
macOS upgrade to Node 22 LTS #55600
Labels
wrong repo
Issues that should be opened in another repository.
Comments
Try |
Hey @outbackStack! Probably you need to change the default version used in nvm. Otherwise when you open a different terminal (or restart it) you get again the "old version". You can do that by running |
thank you @UlisesGascon! that works! learn something new every day 😀 |
As this is solved now, I will close the issue. |
RedYetiDev
added
the
wrong repo
Issues that should be opened in another repository.
label
Oct 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v22.11.0
Platform
Subsystem
No response
What steps will reproduce the bug?
upgrade to node 22 from 20
➜ ~ nvm install 22
v22.11.0 is already installed.
restart terminal and it reverts back to node 20
➜ ~ node -v
v20.16.0
How often does it reproduce? Is there a required condition?
every restart of terminal
What is the expected behavior? Why is that the expected behavior?
should show node 22
What do you see instead?
node 20
Additional information
No response
The text was updated successfully, but these errors were encountered: