Can't prisma generate
D:\Blog>yarn prisma generate
Environment variables loaded from .env
Prisma schema loaded from prisma\schema.prisma
Error: Could not resolve prisma and @prisma/client in the current project. Please install them with
yarn add prisma -D and yarn add @prisma/client, and rerun yarn dlx "prisma generate"
.
installed yarn add prisma -D and yarn add @prisma/client but it still doesn't work
Environment variables loaded from .env
Prisma schema loaded from prisma\schema.prisma
Error: Could not resolve prisma and @prisma/client in the current project. Please install them with
yarn add prisma -D and yarn add @prisma/client, and rerun yarn dlx "prisma generate"
installed yarn add prisma -D and yarn add @prisma/client but it still doesn't work