P
Prisma•2mo ago
Nasa

My Prisma client 6.3.1 is started failing to build, anything related to new release?

All of a sudden, the pipeline is failing for our service. Client is at 6.3.1 and prisma at 6.3.1 Please suggest a way or any docs, for me to refere. Thanks
3 Replies
Prisma AI Help
Prisma AI Help•2mo ago
You opted for speed from this bot. Let's conjure up an answer right now! If your Prisma Client 6.3.1 builds suddenly started failing, but both prisma and @prisma/client are at 6.3.1, there is no indication in the knowledge sources of a breaking change in 6.3.1 itself. In fact, a Prisma team member confirmed that 6.3.1 only included a CLI change related to prisma init, and no changes to Prisma Client, so it should behave the same as 6.3.0 for builds and runtime. If you are seeing new failures, it is likely not due to a breaking change in Prisma 6.3.1 itself, but could be related to your environment, deployment process, or mismatched dependencies elsewhere in your pipeline. The Prisma team recommends: - Double-check that both prisma and @prisma/client are at exactly the same version in your package.json and lockfile. - Ensure there are no mismatched versions of Prisma packages in your node_modules or build cache. - If you are using binaryTargets in your schema, make sure they match your deployment environment. - If you recently changed your build tooling (e.g., switching between npm, yarn, pnpm), ensure the correct versions are being installed and used in all steps. If you are still experiencing issues, try clearing your node_modules and lockfile, then reinstalling dependencies and running prisma generate again. If the problem persists, providing a minimal reproduction or more detailed error logs will help the Prisma team investigate further. You can also refer to the system requirements troubleshooting docs for more guidance. There is no evidence in the knowledge sources of a breaking change in 6.3.1 that would cause builds to suddenly fail if both packages are at the same version. If you have more details or error logs, sharing them may help pinpoint the issue further.
invalid json syntax bug in 6.3.1
The ARM system cannot run the Prisma project šŸ¤” Alright, thanks for letting us know that there's still some help needed. A team member will reply to you shortly. In the meantime, please let us know any additional info, questions, or which parts of the answer may need clarification.
Nasa
NasaOP•2mo ago
Apologies for the false headsup, issue was with my typescript version
Nurul
Nurul•2mo ago
Thank you for letting us know. I am glad to hear that the issue is resolved šŸ™Œ

Did you find this page helpful?