Created
March 28, 2024 16:43
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