Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iworkforthem/9fa8d38272461b26d125eae1503712fd to your computer and use it in GitHub Desktop.
Save iworkforthem/9fa8d38272461b26d125eae1503712fd to your computer and use it in GitHub Desktop.
update nodejs
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