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
Code language: Bash (bash)
Team Leader, JavaScript Lover, WordPress Engineer
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
Code language: Bash (bash)
Leave a Reply