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

[ERROR] Node.js 20 on Ubuntu20.04 Installation fail #1788

Open
raspberring opened this issue Mar 22, 2024 · 1 comment
Open

[ERROR] Node.js 20 on Ubuntu20.04 Installation fail #1788

raspberring opened this issue Mar 22, 2024 · 1 comment
Assignees
Labels

Comments

@raspberring
Copy link

Describe your bug

gpg: can't create '/etc/apt/keyrings/nodesource.gpg': No such file or directory
gpg: no valid OpenPGP data found.
gpg: dearmoring failed: No such file or directory
(23) Failed writing body

Distribution Information:

  • OS: Ubuntu
  • Version focal (20.04)

Node Version:

  • Node: Node.js v20.x

To Reproduce

curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
@riosje riosje self-assigned this Mar 22, 2024
@riosje
Copy link
Contributor

riosje commented Mar 26, 2024

Hi @raspberring try to use the following installation script

curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants