node.js on CentOS box is at v0.6.18, yum doesn't update or upgrade it. Why?
Posted
by
ariestav
on Super User
See other posts from Super User
or by ariestav
Published on 2012-10-16T17:04:09Z
Indexed on
2012/10/16
17:06 UTC
Read the original article
Hit count: 159
I'm currently working with a CentOS box that has a version of node installed, when I do:
nodejs -v
I get
v0.6.18
But I noticed on nodejs.org website, that the latest release is 0.8.12, so do:
sudo yum update nodejs
I get
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos-mirror.jchost.net
* epel: fedora-epel.mirror.lstn.net
* extras: centos.mirror.lstn.net
* updates: centos.mirror.lstn.net
Setting up Update Process
No Packages marked for Update
What's the deal? Why doesn't yum find the latest version of node? Do I have to download the .tar.gz from nodejs.org and install it that way?
© Super User or respective owner