Friday, May 17, 2019

NVM – Install and Manage Multiple Node.js Versions in Linux

Node Version Manager (NVM in short) is a simple bash script to manage multiple active node.js versions on your Linux system. It allows you to install multiple node.js versions, view all versions available for...