PrismaP
Prisma6mo ago
2 replies
ReactingMe

Prisma generate error

Is it just me or is this happening to everybody. Using prisma has been returning errors lately, now on multiple databases - Cockroachlabs and now Cloudflare:

 Shell npx prisma generate [in d1-api-worker] (Generate prisma client)                      Prisma schema loaded from prisma/schema.prisma                                          
Error: Could not resolve @prisma/client despite the installation that we just tried.        Please try to install it by hand with npm i @prisma/client and rerun npx "prisma generate"🙏.    


The last time I brought up something, and issue I was having on Prisma postgres database it wasn't flagged until an hr after I came here to report it - then the incident email started coming in, their status page all lit in red. So I am wondering if this is another one of those cases where there's an issue but hasn't been known yet.

PS - I also did install it by hand, and the error continue to persist
Was this page helpful?