Skip to content

Instantly share code, notes, and snippets.

@Danendra10
Created November 4, 2023 16:22
Show Gist options
  • Save Danendra10/846d93d7eca492908e0fcbebfa6c3dff to your computer and use it in GitHub Desktop.
Save Danendra10/846d93d7eca492908e0fcbebfa6c3dff to your computer and use it in GitHub Desktop.
Installing NPM and Node with NVM (just need to copy)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
source ~/.bashrc
nvm list-remote
nvm install v18.12.1
nvm install lts/hydrogen
nvm use v18.12.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment