node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by node)
Unanswered
Great Blue Heron posted this in #help-forum
Great Blue HeronOP
Hello, I'm deploying my site to vercel and keep getting the error;
node: /lib64/libc.so.6: version GLIBC_2.28' not found (required by node) . I tried installing an older node.js version that is supported, in this case nvm 16, but I still get the error. Not sure how to upgrade my mac to a newer version of GLIB_C if even that's possible1 Reply
As you said, the said error occurred in the Vercel build Linux server as it says glibc. The said error has nothing to do with your mac os, which does not use gcc but clang.
I am not sure how to fix it, but i found that removing node dependency from package.json did the trick.
I am not sure how to fix it, but i found that removing node dependency from package.json did the trick.