GithubHelp home page GithubHelp logo

Comments (11)

JesusPaz avatar JesusPaz commented on May 23, 2024 4

You guys were running the script before any changes were deployed to production. It needs to work now. Please run:

curl -fsSL https://rpm.nodesource.com/setup_18.x | bash -
dnf install -y nodejs

from distributions.

yuanzhou avatar yuanzhou commented on May 23, 2024 4

Same issue encountered today with nodejs-18.19.0 on Redhat UBI 8.6 for a docker build

I was using

yum install https://rpm.nodesource.com/pub_18.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y
yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1

Solved the issue with changing to the following based on the latest install instructions

curl -fsSL https://rpm.nodesource.com/setup_18.x | bash -
yum install -y nodejs

from distributions.

acastruc avatar acastruc commented on May 23, 2024 1

@JesusPaz Ran command

curl -fsSL https://rpm.nodesource.com/setup_18.x | bash -
dnf install -y nodejs

but still see failure

from distributions.

dmattia avatar dmattia commented on May 23, 2024

Of note, these commands do work:

yum install https://rpm.nodesource.com/pub_18.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y \
    && yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1

from distributions.

AndrVdov avatar AndrVdov commented on May 23, 2024

same problem

from distributions.

calbaLumen avatar calbaLumen commented on May 23, 2024

Same problem with Redhat's ubi8base image. Unfortunately, propposed workaround didn't work.

from distributions.

anthony-bennett avatar anthony-bennett commented on May 23, 2024

Same problem with Redhat's ubi8base image. Unfortunately, propposed workaround didn't work.

The workaround did work for me (Amazon Linux 2023), however on instances where the install had already been attempted, I needed to remove the nodesource.repo file from /etc/yum.repos.d/ first before it would work. I don't know if that is also applicable to RH.

from distributions.

pauldanielm avatar pauldanielm commented on May 23, 2024

Having the same issue here, neither the workaround nor removing the nodesource.repo file resolved the issue for me.

from distributions.

jc21 avatar jc21 commented on May 23, 2024

Experiencing the same issue, with Node 20 package, on any RHEL-like distro. The RPM is signed with a different key than provided by the nodesource repo.

from distributions.

dmattia avatar dmattia commented on May 23, 2024

Of note, my workaround no longer appears to work for me, but the original command does?

from distributions.

JesusPaz avatar JesusPaz commented on May 23, 2024

image

from distributions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.