Missing GLIBCXX_3.4.29

Hey all!
I’ve install npm & nodejs via the following command:
sudo pacman -S nodejs npm

while i tried to run the command npm -v i encountered the following error:
node: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.29’ not found (required by node)
where can i find the missing library? (GLIBCXX_3.4.29)

Welcome here, @night_Developer,

Is your system fully updated? If not, run

sudo pacman-mirrors -f && sudo pacman -Syyu

If the issue persists install libstdc++5 from extra repository.

1 Like

There’s been a few posts about that lately:

https://forum.manjaro.org/search?q=GLIBCXX

1 Like

Thank you so much for the answer!!
the command you suggested didn’t help but this command did:
sudo pamac upgrade -a

Thank you for your answer,
the following command helped me to solve this issue:
sudo pamac upgrade -a

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.