Recent Posts
-
June 24, 2019
Using Multiple Node.js Versions with NVM
nvm stands for Node Version Manager. As the name suggests, it helps you manage and switch between different Node versions with ease. It provides a command-line interface where you can install different versions with a single command, set a default, switch between them and much more.