Guides 11791 Published by

The Linux Gurus published a tutorial about installing NVM on Ubuntu and use multiple version of NodeJS.



Install NVM on Ubuntu & use multiple version of NodeJS on Ubuntu

We have discussed how to install NodeJS on Ubuntu systems in our earlier tutorial, but that way we can only use a single installed version of nodejs on our system. What if we want to use another nodejs version, then what should we do ??

We can install NVM on the Ubuntu system. NVM stands for Node Version Manager is used for managing multiple versions of nodejs on a single system by controlling the nodejs versions installed on the system, also it can be used to install nodejs on the system. Basically, it is a command-line utility that allows us to switch between installed multiple nodejs versions.

Install NVM on Ubuntu & use multiple version of NodeJS on Ubuntu