Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

centos 6.9/6.10 is not supported #701

Closed
harsszegi opened this issue Jul 26, 2018 · 1 comment
Closed

centos 6.9/6.10 is not supported #701

harsszegi opened this issue Jul 26, 2018 · 1 comment

Comments

@harsszegi
Copy link

harsszegi commented Jul 26, 2018

Hello,
Trying to install it on CentOS 6.9 / 6.10:

curl -sL https://rpm.nodesource.com/setup_10.x | sudo -E bash -

Installing the NodeSource Node.js 10.x repo...

Inspecting system...

  • rpm -q --whatprovides redhat-release || rpm -q --whatprovides centos-release || rpm -q --whatprovides cloudlinux-release || rpm -q --whatprovides sl-release

  • uname -m

Confirming "el6-i386" is supported...

Your distribution, identified as "centos-release-6-9.el6.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

cat /etc/redhat-release
CentOS release 6.9 (Final)

uname -a
Linux terminal.btl-terminals 2.6.32-696.23.1.el6.i686 #1 SMP Tue Mar 13 23:09:35 UTC 2018 i686 i686 i386 GNU/Linux

curl -sL https://rpm.nodesource.com/setup_10.x | sudo -E bash -

Installing the NodeSource Node.js 10.x repo...

Inspecting system...

  • rpm -q --whatprovides redhat-release || rpm -q --whatprovides centos-release || rpm -q --whatprovides cloudlinux-release || rpm -q --whatprovides sl-release
  • uname -m

Confirming "el6-i386" is supported...

Your distribution, identified as "centos-release-6-10.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

cat /etc/redhat-release
CentOS release 6.10 (Final)

uname -a
Linux terminal.btl-terminals 2.6.32-754.2.1.el6.i686 #1 SMP Fri Jul 13 13:16:25 UTC 2018 i686 i686 i386 GNU/Linux

Please advise,
thanks

@harsszegi harsszegi changed the title centos 6.9 is not supported centos 6.9/6.10 is not supported Jul 26, 2018
@chrislea
Copy link
Contributor

The Node foundation isn't making 32bit Intel builds for 10.x. or newer, so we're not making packages for that version / target. If you install 8.x you'll find supported packages. Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants