distributions: CentOS 6.7 not supported
I ran https://raw.githubusercontent.com/nodesource/distributions/master/rpm/setup_4.x
, and get the following result.
Your distribution, identified as “centos-release-6-7.el6.centos.12.3.x86_64”, is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support
I also tried the 6.x setup, with the same result, what’s the expected way to install node.js on this system?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 31 (12 by maintainers)
There appears to be some misinformation here. There are some people saying that you cannot install newer node versions on Centos 6 i386. Those comments are over a year old so maybe something changed to allow it now because I can do it using instructions one post above this.
So to install latest stable version of nodejs on CentOS v6.9 i386
Close and re-open bash console
To list versions available
I think you can install multiple versions and switch between just by typing
n v8.x.x
.Same here on Centos 6.8:
Your distribution, identified as “centos-release-6-8.el6.centos.12.3.i686”, is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support
@Nic128 Node 12 is not compatible with CentOS 6.
Original issue has been solved, if anyone has another issue please create a new one. Closing this now.
Problem installing node 12 on centos 6. Not getting this problem with node 10 or 11.
Installing gcc-c++ does not help.
Solution:
Enterprise Linux (RHEL and CentOS) users may use the Node.js and npm packages from the EPEL repository. Install the appropriate epel-release RPM for your version (found on the EPEL repository homepage), then run:
sudo yum install nodejs npm --enablerepo=epel