jeho Ntanda
05/11/2022, 9:39 AMerror - 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://github.com/prisma/prisma/issues>
is an error am getting in a nextjs app, but i dont know itNurul
05/11/2022, 10:06 AMnpx prisma generate command to initialize your PrismaClient.
Are you executing the command?jeho Ntanda
05/11/2022, 10:09 AMever0de
05/11/2022, 10:11 AMprisma to devDependency ?
That command will need that dependency.
ex)
yarn add -D prismajeho Ntanda
05/11/2022, 10:20 AMjeho Ntanda
05/11/2022, 10:21 AMNurul
05/11/2022, 11:59 AM