Command to upgrade node in nvm windows.. #684
-
Is there a way to upgrade node? |
Beta Was this translation helpful? Give feedback.
Answered by
coreybutler
Nov 4, 2021
Replies: 1 comment
-
No, you just install whatever version you want. There is no official process for upgrading Node without a version manager. Some people have requested the ability to upgrade global modules (which some version managers do). The problem with automatic upgrades is some global npm modules break when upgrading/downgrading. This is something I intend to address in rt (see rt details). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
coreybutler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, you just install whatever version you want.
There is no official process for upgrading Node without a version manager. Some people have requested the ability to upgrade global modules (which some version managers do). The problem with automatic upgrades is some global npm modules break when upgrading/downgrading.
This is something I intend to address in rt (see rt details).