Created
March 20, 2017 07:40
-
-
Save iworkforthem/9fa8d38272461b26d125eae1503712fd to your computer and use it in GitHub Desktop.
update nodejs
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 su | |
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - | |
curl --silent --location https://rpm.nodesource.com/setup_7.x | bash - | |
yum remove -y nodejs npm | |
yum install -y nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment