Last active
July 8, 2019 06:46
-
-
Save enqtran/8117977e3c956eeed72787ecac7de949 to your computer and use it in GitHub Desktop.
Install Nodejs 11.x
This file contains hidden or 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
sudo yum install -y gcc-c++ make | |
curl -sL https://rpm.nodesource.com/setup_11.x | sudo -E bash - | |
sudo yum install -y nodejs | |
node -v | |
npm -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment