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

Expand prisma client version range #11

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Expand prisma client version range #11

merged 1 commit into from
Oct 15, 2024

Conversation

JoelLefkowitz
Copy link
Owner

What problem are you trying to solve?

The version for the @prisma/client dependency was set to exactly 5.9.1. This was causing npm and yarn to install a separate version of the @prisma/client package in a nested node_modules folder. If you installed cached-prisma first you would get a warning that the versions don't match. If you install prisma first then the client would be invoked from the nested node_modules folder and the client say it wasn't initialised.

How does these changes work?

I have widened the @prisma/client dependency range from 5.9.1 to ^5.9.1

@JoelLefkowitz JoelLefkowitz merged commit d486f76 into master Oct 15, 2024
4 of 5 checks passed
@JoelLefkowitz JoelLefkowitz deleted the bug/versions branch October 15, 2024 15:41
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

Successfully merging this pull request may close these issues.

1 participant