#i have this problem with nextjs ```import { PrismaClient } from '@prisma/client'const prisma = new
7 messages · Page 1 of 1 (latest)
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 !
Can you share the entire error message that you get?
itss works i followed @visual wedge tips
@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..
👍
🙂