How to Switch Node Js Version Ubuntu 18.04 Bionic

October 5, 2019 | By the+gnu+linux+evangelist.

Switching Node Version

  1. Nvm Quick Start Guide.

    Nvm Installation Guide
  2. Then to Install Node.js release
    E.g. to Install Node 10:

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

    nvm use 10

    And now to List Installed versions:

    nvm ls

Contents


QuickChic Theme • Powered by WordPress