-
Notifications
You must be signed in to change notification settings - Fork 14
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
Resolve issues when installing the Prisma client in a PNPM workspace using Nuxt layers #30
base: main
Are you sure you want to change the base?
Resolve issues when installing the Prisma client in a PNPM workspace using Nuxt layers #30
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Please note: on this version of the PR, installation will happen in the wrong Nuxt layer. A workaround for now is to manually install the client and set the |
I'm back! @ankur-arch I would like to add two configuration options, but I'd like your thoughts on it:
I think especially the second option would benefit a lot of people, since I don't see a way that we can detect it in the code in a reliable and performant manner. |
Thanks @Dobefu! I'll check on this the next week as I'm on limited availability this week. |
@ankur-arch will be really nice if this could be checked. Many users of nuxt-prisma are using layers and if already there is a solution to this issue, why not to use it. |
Just to check if the issue I had was related to this and not something else, I switched to npm and it worked. So it was definetely caused by lack of pnpm support. Switching to npm can be a workaround for now |
This PR will fix #29