简体   繁体   中英

How to install NodeJs older version (0.10.40)

I need to deploy meteor app. Meteor require 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

Thanks

您可以在这里获得0.10.40版本

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM