prisma/prisma

bug

lakshmipriyan0606 opened this issue · 0 comments

Bug description

throw new Error(
      ^

Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report
at new PrismaClient (C:\Users\laksh\OneDrive\Desktop\new\realastate\server\node_modules.prisma\client\default.js:43:11)
at file:///C:/Users/laksh/OneDrive/Desktop/new/realastate/server/lib/prisma.js:10:16
at Modul

How to reproduce

Expected behavior

No response

Prisma information

// Add your schema.prisma
// Add your code using Prisma Client

Environment & setup

  • OS:
  • Database:
  • Node.js version:

Prisma Version

"@prisma/client": "^5.13.0",