Created
July 28, 2017 14:07
-
-
Save adrianseeley/968a4a228f07b25afb43df8642db0233 to your computer and use it in GitHub Desktop.
Node Popup ec2
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
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash | |
. ~/.nvm/nvm.sh | |
nvm install 8.2.1 | |
node -e "console.log('Running Node.js ' + process.version)" | |
wget ZIPURL | |
unzip ZIPNAME | |
node FILENAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment