Skip to content

Instantly share code, notes, and snippets.

@yijia2413
Created January 6, 2018 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yijia2413/f60d84a2258493a9323d7a28790263b2 to your computer and use it in GitHub Desktop.
Save yijia2413/f60d84a2258493a9323d7a28790263b2 to your computer and use it in GitHub Desktop.
install node and npm
#!/bin/bash
set -ex
yum update -y
yum install gcc-c++ make -y
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
yum install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment