Created
March 26, 2018 01:56
-
-
Save vallamost/cb0a94b9cbc71441bd92f885fd9d2c9d to your computer and use it in GitHub Desktop.
install nodejs LTS on amazon linux 2 from binaries
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
cd ~ | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash | |
. ~/.nvm/nvm.sh | |
nvm install --lts | |
node -e "console.log('Running Node.js ' + process.version + ', have fun.')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment