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

Latest CentOS 7.6 not supported? #810

Closed
karezza opened this issue Mar 5, 2019 · 1 comment
Closed

Latest CentOS 7.6 not supported? #810

karezza opened this issue Mar 5, 2019 · 1 comment

Comments

@karezza
Copy link

karezza commented Mar 5, 2019

Clean install of latest CentOS from DVD. Configured HTTP_PROXY and HTTPS_PROXY. Then:

curl -ksL 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 "el7-x86_64" is supported...

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

@oslater
Copy link

oslater commented Apr 14, 2019

From your description it looks like you're behind a proxy and this issue is related with your proxy setup. You can verify that by just running the curl command on the command line:

curl -Lf -o /dev/null 'https://rpm.nodesource.com/pub_10.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm'

Note that I removed -s (--silent option) so you can see the output from the curl command.

Alternatively, you can download the RPM file from the URL ('https://rpm.nodesource.com/pub_10.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm') and install it yourself. This will create the repo file /etc/yum.repos.d/nodesource-el7.repo and then you can just run sudo yum install nodejs

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

3 participants