-
Notifications
You must be signed in to change notification settings - Fork 39
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
node/npm error: lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found #54
Comments
Installing Node directly fixes the issue, however the issue stands for the snap |
Oh, that is interesting .. it's related to the recent update to But you're on 20.04, so don't have the 22.04 libraries installed but Snap isn't accounting for that. I'll have to do some research but it could be that If you'd like to help research and figure this out then the help would be appreciated, I'm not sure I'm going to have time to look at this any time soon. |
@rvagg have you found a solution for Ubuntu 20.04 LTS? We started upgrading our systems to Node 20 snaps and hit this issue. Unless this can be solved in the short term we have to find another solutions. As you say, such problems actually undermine the whole value proposition behind snaps... |
Any updates or fixes for this? |
Use node19 instead, if you don't have version demand... sudo snap install node --channel=19/stable --classic |
It's weird because node 18 works but node 20 doesn't.
OS: Ubuntu 20.04.6
Full error:
The text was updated successfully, but these errors were encountered: