How can I install Node Version Manager in Ubuntu 19.04?
Asked
Active
Viewed 4,772 times
1
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,859
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
? – user2417031 Apr 23 '19 at 09:32sudo snap refresh node --channel=10/stable
. Unfortunately disagreements sometimes do arise, but the logic that I was referring to is that installing nvm is no longer necessary with the node snap package. – karel May 10 '19 at 09:46