9 June, 2020
0 Comments
1 category
If you need to use multiple node versions on Windows 10 use NVM for windows.
Install nvm
choco install nvm
Close console and open a new console window, before installing a node version.
Install a node version
nvm install v14.4.0
Category: Uncategorized