prisma can't generate
I am trying to run a discord bot which uses prisma and when i try and generate the client it fails in the build process with this error:
Solution:Jump to solution
i fixed this by changing the postinstall script from "prisma generate" to "npx prisma generate"
3 Replies
Project ID:
63171f9f-ac46-4ba3-97d1-af608745888a
this is sometimes caused by including various build files in your repo
Solution
i fixed this by changing the postinstall script from "prisma generate" to "npx prisma generate"