Skip to content

Instantly share code, notes, and snippets.

@koji
Last active August 29, 2015 14:12
Show Gist options
  • Save koji/c138f5b8236a3a9ade33 to your computer and use it in GitHub Desktop.
Save koji/c138f5b8236a3a9ade33 to your computer and use it in GitHub Desktop.
Install node.js on CentOS
Before install node.js (install build tools)
$ sudo yum -y groupinstall 'Development Tools'
$ rpm -ivh http://ftp.riken.jp/Linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
$ sudo yum -y install nodejs npm --enablerepo=epel
$ node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment