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.12Crafting Web Experiences
//
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.12Published date:
Modified date: