Skip to content

Instantly share code, notes, and snippets.

@samazgor
Created December 26, 2023 13:25
Show Gist options
  • Save samazgor/d7ecc9ea99faf8bb384034c709bd06ef to your computer and use it in GitHub Desktop.
Save samazgor/d7ecc9ea99faf8bb384034c709bd06ef to your computer and use it in GitHub Desktop.
Install npm via nvm for ubuntu

Switch user sudo su USER

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.39.0/install.sh | bash
source ~/.profile
nvm ls-remote
nvm install 18.18.2
npm -v
node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment