How can I install Node Version Manager in Ubuntu 19.04?
Asked
Active
Viewed 5,057 times
1 Answers
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.
Marco Lackovic
- 1,929