Stefan Kecskes

Never stop learning, because life never stops teaching

Install NVM (Node Version Manager) for Node.js on Ubuntu 18.04

Managing Node.js version through NVM Node.js is javascript runtime. I am not going to explain why and how it can be used, you can check yourself on node.js website. But the fact is that Node.js comes in different versions and if you used it in the past, you might be familiar that sometimes you just need other version, sometimes newer version, other times older version. There is a easy way to manage those versions with a single command and that’s what I want to introduce you to today.