Skip to content

Instantly share code, notes, and snippets.

@neojp
Created May 12, 2013 00:42
Show Gist options
  • Save neojp/5561946 to your computer and use it in GitHub Desktop.
Save neojp/5561946 to your computer and use it in GitHub Desktop.
How to install Node.js & NPM on CentOS 6.4
# rpm -Uvh http://epel.mirror.constant.com/6/i386/epel-release-6-8.noarch.rpm
# yum --enablerepo=epel-testing install npm
@fabiotc
Copy link

fabiotc commented Jan 27, 2014

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment