#i have this problem with nextjs ```import { PrismaClient } from '@prisma/client'const prisma = new

7 messages · Page 1 of 1 (latest)

coral burrow
#

this error get in console

visual wedge
#

Well what i did today for this problem , deleted Node_Modules and npm uninstall @prisma/client

after that npm install ,
Npm install @prisma/client
and then do the migrations
This worked for me !

distant wolf
#

Can you share the entire error message that you get?

coral burrow
#

itss works i followed @visual wedge tips

visual wedge
#

@coral burrow , if again this error occurs , then what i did is that i stop the nextjs terminal or reactjs ... and then run the commands like npx prisma generate or db push...and again start that nextjs/react terminal in vscode..

#

👍

coral burrow
#

🙂