-
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
Unable to install nodejs on Debian and Ubuntu #1241
Comments
Same underlying issue but I want to point out that this additionally breaks for both
|
Same issue with Node 14.x as well, went looking for changes to the debian packages recently but didn't find any |
I confirm:
|
arf same, great update :/
|
We are actively working on solving this issue, as soon as it has been fixed it will be reported here. |
If you can afford to use Node v16, this problem doesn't seem to occur when installing this version. Can anyone else confirm? See https://github.com/nodesource/distributions#installation-instructions |
Based on this other topic: #33 We found a temp workaround by pinning to the previous version. We're using docker w/ Ubuntu & Node 14, so added with this:
|
We have detected the source of the problem and this issue has been fixed. |
Fix worked for me @igsu 🙏 |
Unfortunately still failing for me. |
I get a similar error but it says |
Confirmed working thanks @igsu |
I can confirm that it resolved itself! Thanks @igsu. |
Confirming that it resolved itself! Thanks @igsu :) |
Verified on my side, it is working for me. Thank you, team. |
Thanks for the prompt fix, it was breaking Tugboat builds for our customers… Closing the issue. Oh, and here's a goat for your troubles. 🐐 |
thank you for your promptness @igsu |
Still have an issue on CircleCI with : curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejs
|
Hello! Thank you all for fixing yesterday. I am also still experiencing the checksum failure:
|
I am unable to install NodeJS 12 on Debian buster due to unmet dependencies. The specific error is
nodejs : Depends: libgcc-s1 (>= 3.4) but it is not installable
.Steps to replicate:
The text was updated successfully, but these errors were encountered: