Last active
August 29, 2015 14:12
-
-
Save koji/c138f5b8236a3a9ade33 to your computer and use it in GitHub Desktop.
Install node.js on CentOS
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
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