Skip to content

Instantly share code, notes, and snippets.

@32teeth
Created March 28, 2024 16:43
Show Gist options
  • Save 32teeth/40edb410832bd7c964e86348492dc64d to your computer and use it in GitHub Desktop.
Save 32teeth/40edb410832bd7c964e86348492dc64d to your computer and use it in GitHub Desktop.
# Update your EV2 Amazon Linux box to whatever version you want
sudo apt purge nodejs npm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
nvm install node
source ~/.bashrc
nvm install latest
# LIVE THE DREAM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment