Created
May 12, 2013 00:42
-
-
Save neojp/5561946 to your computer and use it in GitHub Desktop.
How to install Node.js & NPM on CentOS 6.4
This file contains 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
# rpm -Uvh http://epel.mirror.constant.com/6/i386/epel-release-6-8.noarch.rpm | |
# yum --enablerepo=epel-testing install npm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome . Works perfect.