How to install Node 0.10.40

Doing

sudo yum install -y epel-release curl
curl --fail -sSL -o setup-nodejs https://rpm.nodesource.com/setup
sudo bash setup-nodejs
sudo yum install -y nodejs gcc-c++ make

gave me 0.10.43

I’d suggest sticking with 0.10.43. It has some security fixes compared to 0.10.40. Other than those fixes, there should be no difference in the two versions, so I expect anything that runs on 0.10.40 (like Meteor advertises) to run on 0.10.43 too.

I’m using 0.10.41 in production and 0.10.43 in development.

1 Like

Just let you know NginX + Node 0.10.43 have no issue so far in my production app.

Kinda funny though.