I can't deploy my project on Vercel and it is throwing me the errors shown below. I have tried to modify the codes several times but it's still giving me this error. Anyone has the solution to this?
Full logs detail: https://i.stack.imgur.com/PaLgq.png
Restored build cache
16:44:11.268 | [4/4] Building fresh packages... 16:44:13.468 | Done in 44.71s. 16:44:13.501 | Running "yarn run build" 16:44:13.512 | node: /lib64/libm.so.6: version GLIBC_2.27 not found (required by node) 16:44:13.512 | node: /lib64/libc.so.6: version GLIBC_2.28 not found (required by node) 16:44:13.522 | Error: Command "yarn run build" exited with 1 16:44:13.837 | BUILD_UTILS_SPAWN_1: Command "yarn run build" exited with 1
I have tried to delete my node_modules file and yarn install again but it is still not working.