Environment variables loaded from .env
prisma:engines using NAPI: false +0ms
prisma:engines binaries to download query-engine, migration-engine, introspection-engine, prisma-fmt +2ms
Prisma schema loaded from prisma\schema.prisma
prisma:download copying C:\Users\dell\Documents\Nest\Projects\nest-prisma-starter-v1\node_modules\.cache\prisma\master\c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d\windows\query-engine to C:\Users\dell\AppData\Roaming\npm-cache\_npx\10468\node_modules\prisma\query-engine-windows.exe +0ms
{
prismaClientDir: 'C:\\Users\\dell\\Documents\\Nest\\Projects\\nest-prisma-starter-v1\\node_modules\\@prisma\\client'
}
prisma:GeneratorProcess 'typegraphql-prisma' is not recognized as an internal or external command, +0ms
prisma:GeneratorProcess operable program or batch file. +1ms
prisma:GeneratorProcess 2021-03-26T05:40:18.754Z prisma:client:generator requiredEngine: queryEngine +591ms
I'm not sure if this is a bug or something messed up on my system. Any help would be appreciated.
I'm getting error typegraphql-prisma enoent while running prisma generate
My package.json file:
prisma schema:
npx prisma generate debug logs:
I'm not sure if this is a bug or something messed up on my system. Any help would be appreciated.