Stefan Kecskes

Never stop learning, because life never stops teaching

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

Node.js is javascript runtime. I am not going to explain why and how it can be used. You might be familiar that sometimes you just need other version, sometimes newer version, other times older version. There is an easy way to manage those versions with a single command and that’s what I want to introduce you to today.