André Amorim

Crafting Web Experiences


//

NVM Node Version Change

After the installation of a Node version, you have to use the “alias” method to make that version persistent:

nvm use 12.22.12 && nvm alias default 12.22.12

Published date:

Modified date: