How to downgrade to a previous Node version
Shashika Virajhasked 5mo ago
5 Upvotes
1 Downvotes
1 Answers
59 Views
4
I want to downgrade my Node version from the latest to a specific one. Tried NVM and it gives an error saying that the make
command is not found. How should I do this?
1 Answer(s)
Code Rightanswered 5mo ago
1 Upvotes
0 Downvotes
1
-
Go to this link and download & install the suitable nvm setup on your computer https://github.com/coreybutler/nvm-windows
-
Type
nvm list
to get list of installed node versions -
Type
nvm install <node-version>
-
Type
nvm use <version>