S

Install NVM and Node.JS on Ubuntu 20.04

Node Version Manager (NVM) allows you to install and switch between different versions of Node.JS using the command line. This article explains how to install Node Version Manager and Node.JS on Ubuntu 20.04. To complete this guide, make sure you have a [fully-updated](https://docs.vultr.com/how-to-update-a-vultr-cloud-server#how-to-update-debian--ubuntu) Vultr Ubuntu 20.04 server. 1. SSH to the server. 1. Install NVM. $ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/inst......

Comments