Node.js

NVM, the Node.js version manager

May 13, 2021

What is NVM?

NVM allows developers to switch between different versions of Node. This is particularly useful when an application needs to run a specific version of Node.js but the system is using a different one, here is when NVM shines.