How to manage Node Version Using NVM
The Node Version Manager (NVM) is an open-source version control system for Node.js. NVM is simple to set up and use, and it works with any POSIX-compliant shell (for example, sh or bash). NVM makes it simple to install and switch between different versions of Node on a per-shell basis. This document explains how to …