Skip to content

Instantly share code, notes, and snippets.

@prayogateguh
Created July 18, 2020 13:32
Show Gist options
  • Save prayogateguh/1f4b7489591fa463a1cc5895b8a1a38f to your computer and use it in GitHub Desktop.
Save prayogateguh/1f4b7489591fa463a1cc5895b8a1a38f to your computer and use it in GitHub Desktop.
##### install node js #####
curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh -o install_nvm.sh
bash install_nvm.sh
source ~/.profile
nvm ls-remote
nvm install 8.11.1
nvm use 8.11.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment