How to Install Nvm on Ubuntu 18.10 Cosmic Gnu/Linux

October 17, 2018 | By the+gnu+linux+evangelist.

How to Install Nvm on Ubuntu 18.10 Cosmic - Switching Node Version

  1. Then to Install Node.js release
    E.g. to Install Node 10:

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

    nvm use 10

    And now to List Installed versions:

    nvm ls
  3. Node.js Quick Start Guide.

Contents


QuickChic Theme • Powered by WordPress