How To Install NVM on Ubuntu 20.04 Installing NVM on Ubuntu Installing Node using NVM Install the latest version of node.js. Here node is the alias for the latest version. nvm install node To install a specific version of node: nvm install 12.18.3 Working with NVM To list installed versions of the node for the… Continue reading NVM, Node, and Gulp installation