Last active
August 6, 2019 00:35
-
-
Save smddzcy/0aeba21c6672606151366dfa209cf936 to your computer and use it in GitHub Desktop.
Install Node LTS 10 on Centos
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
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