PrismaP
Prisma2mo ago
6 replies
Jack Delamou

Prisma Type Error

Hey have anyone come across this error:
src/database/generated/prisma/internal/prismaNamespace.ts:114:14 - error TS2742: The inferred type of 'DbNull' cannot be named without a reference to '.pnpm/@prisma+client-runtime-utils@7.0.1/node_modules/@prisma/client-runtime-utils'. This is likely not portable. A type annotation is necessary.

128 export const AnyNull = runtime.AnyNull
~

src/database/generated/prisma/internal/prismaNamespaceBrowser.ts:36:14 - error TS2742: The inferred type of 'DbNull' cannot be named without a reference to '.pnpm/@prisma+client-runtime-utils@7.0.1/node_modules/@prisma/client-runtime-utils'. This is likely not portable. A type annotation is necessary.

36 export const DbNull = runtime.DbNull
~~~~
Was this page helpful?