vercel deployment problem
Unanswered
Spruce Grouse posted this in #help-forum
Spruce GrouseOP
i am getting this error in deployment, after i looked it up it seems that glibc thingy it's for linux OS which is what vercel/aws servers is based on ig, i ran "run build" on my machine before i deploy it and lint check and it shows no errors, some people said you need to not include node modules while deploying but i am not it's on .gitignore thus it's not even on the repo
8 Replies
looks like an issue on vercel's side. you can try creating a post in their GitHub community to seek help: https://github.com/orgs/vercel/discussions
Spruce GrouseOP
oh ok
will do
thanks
Black carp
I'm getting the same here, "Failed to compile" with no more details on the error.
Black carp
I was in the process of creating a new discussion there but I remembered something I read along the lines of Vercel treating warnings as errors, and I have several warnings, I'll fix those first and then try building again.
Black carp
Effectively, solved all warnings and the build in Vercel went successfully. Here is a reference on where I got that idea: https://stackoverflow.com/questions/66840942/vercel-deployment-error-command-npm-run-build-exited-with-1