Skip to content

Instantly share code, notes, and snippets.

@sbuvaneshkumar
Created May 2, 2019 06:51
Show Gist options
  • Save sbuvaneshkumar/07ceb6f3dfd96210d883f94809c3b482 to your computer and use it in GitHub Desktop.
Save sbuvaneshkumar/07ceb6f3dfd96210d883f94809c3b482 to your computer and use it in GitHub Desktop.
nodejs_installation
yum install -y gcc-c++ make
curl -sL https://rpm.nodesource.com/setup_8.x | sudo -E bash -
yum install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment