Step-by-step – NVM Installation in Ubuntu 20.04 Guide

March 1, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Running NVM Installer

    Run NVM for Ubuntu GNU/Linux

    So for Instance currently the Command is like:

    wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash

    And then to load the Environment Setup:

    source ~/.bashrc
  2. 3. Managing Node JS Versions

    Then to Install Node.js release
    E.g. to Install Node 18:

    nvm install 18
  3. Finally, to Switch Node.js Version
    For instance:

    nvm use 18

    And now to List Installed versions:

    nvm ls
  4. 4. NodeJs Getting Started

    Node.js Quick Start Guide.

Contents


QuickChic Theme • Powered by WordPress