We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Spacewalk is an open source Linux systems management solution.
If after running the installer for Enterprise Linux based distributions the repository is not available under yum repolist:
yum repolist
curl -sL https://rpm.nodesource.com/setup_11.x | bash -
It is then necessary to move the repo file under the custom/ directory as follows:
custom/
mv /etc/yum.repos.d/nodesource-el7.repo /etc/yum.repos.d/custom/
The nodesource repository will then show up under yum repolist. This can be further verified with yum whatprovides nodejs
nodesource
yum whatprovides nodejs