1

How can I install Node Version Manager in Ubuntu 19.04?

Eliah Kagan
  • 119,640

1 Answers1

1

Unfortunately nvm is not packaged in the Ubuntu repositories, so you cannot install it with apt (see this question).

To install it simply run either the cURL or Wget command in the installation instructions at nvm GitHub repository.