Node Version Manager (NVM) is a neat little bash script that allows you to manage multiple versions of Node.js on the same box. A version manager really helps to test our applications under different versions of the related software. Installation Just clone the git repository from github into ~/.nvm or any other folder of your … Continue reading "Using Node Version Manager (NVM) to Manage Multiple Node.js Versions"
↧