Getting GLIBC_2.28 not foundd

I running node -v command getting error:- node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28? not found (required by node)

An image of the a terminal window. node -v returns the above output. Additionally, sudo apt-get install libc6 indicates the package is already installed at version 2.27-3ubuntu1.5.

sudo apt-get remove nodejs
nvm install 16.15.1

node v16.15.1 version and npm v16.15.1 is installed. For same make sure nvm is installed in your machine.

Leave a comment

Your email address will not be published. Required fields are marked *