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
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.
Yeah that’s a successful build congradz!
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!