Hey I have a problem deploying my react application to vercel

here is the repository link repo

and here is what I am getting

Hi, vercel should provide the error logs. If you click into the error, you should be able to view the logs and see the reason why the deployment failed. From there you can debug

2 Likes

I think if you console npm run build it’ll tell you if there are issues too, that’s what i usually do cause it’s a bit quicker than checking logs from another app.

2 Likes

@theorion

1 Like

Yeah that’s a successful build congradz!

then why it is refuse to deploy on vercel


Looks like a module isn’t installing properly, i’d check the file where you imported it and maybe versioning is wrong, code is deprecated, or you need to find another module to replace it. These things happen may have to do with the npm version on your server or just straight up bad updates. This is your final lesson!