Created
March 28, 2024 16:43
-
-
Save 32teeth/40edb410832bd7c964e86348492dc64d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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