How to install Node.js and npm using NVM on Ubuntu & Fedora

  • Post last modified:August 4, 2020
  • Post category:Linux
  • Post author:

Node.js is a free and open-source JavaScript runtime environment. Using this you can run or execute your JavaScript code outside of a web browser and run as a standalone application. Npm (Node Package Manager) is the default package manager for Node.js and online database of packages. Using NVM – Node Version Manager, you can easily install and manage single or multiple version of Node.js on your system. This is the recommaned way to install Node.js and npm. Using this method you install NVM, Node.js and npm on any linux distro not only Ubuntu and fedora.

(more…)

Continue ReadingHow to install Node.js and npm using NVM on Ubuntu & Fedora