Skip to content
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

Warning with latest prisma and @prisma/client #105

Closed
euberdeveloper opened this issue Dec 19, 2024 · 2 comments
Closed

Warning with latest prisma and @prisma/client #105

euberdeveloper opened this issue Dec 19, 2024 · 2 comments

Comments

@euberdeveloper
Copy link

After upgrading to the latest version of prisma I get this:

dependencies:
+ @prisma/client 6.1.0
+ nestjs-prisma 0.23.0

 WARN  Issues with peer dependencies found
.
└─┬ nestjs-prisma 0.23.0
  ├── ✕ unmet peer prisma@"^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0": found 6.1.0
  └── ✕ unmet peer @prisma/client@"^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0": found 6.1.0
@hansinator
Copy link

I've seen that there is an RC with prisma 6. Will it take long to release it?

@marcjulian
Copy link
Member

marcjulian commented Jan 6, 2025

0.24.0 includes peer deps for Prisma 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants