Skip to content

Instantly share code, notes, and snippets.

@stefgosselin
Created November 25, 2022 04:36
Show Gist options
  • Save stefgosselin/6b9973ba163fafa1d7bc1798f06aaf0c to your computer and use it in GitHub Desktop.
Save stefgosselin/6b9973ba163fafa1d7bc1798f06aaf0c to your computer and use it in GitHub Desktop.
Install node via nvm
sudo curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
sudo source ~/.profile
sudo nvm install node
node --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment