-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 Ubuntu22 Installation fail #1780
Comments
So the resolution to this was to instead create the gpg key within So it should be:
This appears to be a result of the update to Ubuntu 22.04 where they transitioned from using Created a Pull Request for this update. |
I am seeing the same issue in 20.04
|
Hello guys, I'm not being able to replicate this issue. docker run -it ubuntu:22.04 bash
apt-get update -y && apt-get install curl -y
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs |
Yes it's working for me now too I'm guessing we needed to run |
Hi @georgejdli, I'm glad is working now. |
Describe your bug
Cant install nodejs 20 on ubuntu 22 (nodejs 18 fails as well)
Distribution Information:
Node Version:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Node.js 20.x to be installed.
Additional context
Nodejs.18x was originally installed.
Steps done to remove nodejs.x thus far
Steps done to install nodejs and verification
The text was updated successfully, but these errors were encountered: