Skip to content

Instantly share code, notes, and snippets.

@enqtran
Last active July 8, 2019 06:46
Show Gist options
  • Save enqtran/8117977e3c956eeed72787ecac7de949 to your computer and use it in GitHub Desktop.
Save enqtran/8117977e3c956eeed72787ecac7de949 to your computer and use it in GitHub Desktop.
Install Nodejs 11.x
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