En muchos sitios dan instrucciones para instalar node.js sobre CentOS compilando los paquetes, pero es recomendable usar paquetes rpm siempre que estén disponibles, en este caso específicamente el usuario lkundrak tiene disponible un repositorio para yum con los paquetes necesarios, para usarlo, solo copie el contenido de: http://repos.fedorapeople.org/repos/lkundrak/nodejs/epel-nodejs.repo En su directorio /etc/yum.repos.d y luego use yum para instalar lo necesario, por ejemplo:
yum install nodejs nodejs-npm
Actualización: Este repositorio no ha recibido actualizaciones desde febrero 2011, no usar
You can also use the nodejs package from openshift for EL6, this should work. If not, there is nodejs on rawhide, that could also be used ?
Sadly, this is a really bad advice, for two reasons:
1. That version is waaay outdated and contains at least one known security hole.
2. Node.is exists in epel-testing repo in version 0.9.4, if I’m not totally wrong. It should hit EPEL stable repository in about a week.
Thanks for your comments, i see this repo outdated, acctually i have node.js compilated, but your comments will help to others with this posts