Last active
March 27, 2019 17:48
-
-
Save gh0st026/72702351565a3f73a31183057e7a2998 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
# change setup_11.x to the desired version. IE: setup_8.x for v8 | |
curl --silent --location https://rpm.nodesource.com/setup_11.x | sudo bash - | |
sudo yum -y install nodejs | |
node --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment