ethan0905 / ft_transcendence

Wiki with step-by-step explained strategy on how to: create app (front+back+infra), 42auth, 2FA and more..
2 stars 0 forks source link

@prisma/client/runtime deprecated #5

Closed ethan0905 closed 1 year ago

ethan0905 commented 1 year ago

to fix the version, I needed to change the import from

- import { PrismaClientKnownRequestError } from '@prisma/client/runtime';
+ import { PrismaClientKnownRequestError } from '@prisma/client/runtime/library';