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

Support distribution package "alinux-release-2.1903-4.al7.x86_64" #1122

Closed
InCodeWeFly opened this issue Oct 18, 2020 · 2 comments
Closed

Support distribution package "alinux-release-2.1903-4.al7.x86_64" #1122

InCodeWeFly opened this issue Oct 18, 2020 · 2 comments

Comments

@InCodeWeFly
Copy link

#curl -sL https://rpm.nodesource.com/setup_10.x | sudo 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

You don't appear to be running a supported version of Enterprise Linux. Please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your architecture to be considered for support. Include your 'distribution package' name: alinux-release-2.1903-4.al7.x86_64.

@MunchingRabbit
Copy link

MunchingRabbit commented Feb 21, 2021

Hi, I had same problem but I managed to run through the script and came up with a workaround;
My system has the following version: alinux-release-2.1903-8.al7.x86_64

The workaround shell script command: (installing for node 14)
mkdir '/tmp/node' && curl -sL -o '/tmp/node' 'https://rpm.nodesource.com/pub_14.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm' && rpm -i --nosignature --force '/tmp/node'

After running this command, you can run 'yum install nodejs' normally.
I am unsure if your aliyun-linux version specified is using yum package manager but ill leave this here for whomever who is using ali linux as reference.

@JesusPaz
Copy link
Contributor

Unfortunately, we do not plan to support aLinux at this time.

When your distribution is not supported you can install the packages manually by following our README.

You can also help us to support this distribution, here are some examples of pull request #1231 #1195. If you have any problems let us know.

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