-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: "beforeExit" hook is not applicable to the library engine since Prisma 5.0.0, it is only relevant and implemented for the binary engine. Please add your event listener to the process
object directly instead.
#68
Comments
|
We faced problem when upgrading to version 5 too. Hope that we could have a new release soon. 🙏🏻 |
Same problem, should update peer deps as well. |
I commented the |
In my case I use turborepo, and I moved the prisma out into separated package, after upgrading for some reason I don't know, it still tries to find the old version. I'm not sure it's because of turborepo cache or because
|
@sangdth . I noticed something similar when you have some turborepo internal package or app that have in it's package.json a diferent version of some package, in your case
|
I will remove it and provide a new version with support for Prisma v5. |
Please try out the latest dev release 0.22.0-dev.0 npm i [email protected] |
Today i tried to use this with new Prisma 5.0.0 and i noticed this error:
The text was updated successfully, but these errors were encountered: