I have a project that is being tested, it is a monorepo, for the db I use prisma, in package.json I have the scripts that I should, but in the build it says the following msg
Ok, I’ll take a look, but it turns out that this is the first time I’ve had this problem with the prism on the Vercel, it’s not my first project, but I’ll take a look.
If you see prisma: command not found errors during your deployment to Vercel, you are missing prisma in your dependencies. By default, prisma is a dev dependency and may need to be moved to be a standard dependency.