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

node setup_10.x does not install #1135

Closed
mike20007 opened this issue Nov 11, 2020 · 1 comment
Closed

node setup_10.x does not install #1135

mike20007 opened this issue Nov 11, 2020 · 1 comment

Comments

@mike20007
Copy link

Hello,

I ran the below to install nodejs 10.x and I got the below error.

wget -qO- https://rpm.nodesource.com/setup_10.x | 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-x86_64" is supported...

Your distribution, identified as "redhat-release-server-6Server-6.7.0.3.0.1.el6.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

Could you please help to fix this?

Thanks!

@igsu
Copy link
Contributor

igsu commented Dec 8, 2020

@mike20007 RHEL6 is currently supported for Node.js 10.x and

curl -sLf -o /dev/null 'https://rpm.nodesource.com/pub_10.x/el/6/x86_64/nodesource-release-el6-1.noarch.rpm'

should properly fetch the nodesource-release file.

If you are behind a proxy please read #9.

@igsu igsu closed this as completed Dec 8, 2020
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