Skip to content

Instantly share code, notes, and snippets.

@smddzcy
Last active August 6, 2019 00:35
Show Gist options
  • Save smddzcy/0aeba21c6672606151366dfa209cf936 to your computer and use it in GitHub Desktop.
Save smddzcy/0aeba21c6672606151366dfa209cf936 to your computer and use it in GitHub Desktop.
Install Node LTS 10 on Centos
sudo su
curl -sL https://rpm.nodesource.com/setup_10.x | bash -
sudo yum clean all && sudo yum makecache fast
sudo yum install -y gcc-c++ make
sudo yum install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment