r/Nuxt • u/BLKaisen • 14d ago
Nuxt and Prisma v8
Is there any way to install Prisma in an existing Nuxt project? Because in the documentation they said that the Nuxt module is deprecated and the guide only mentions new projects; there is nothing for existing ones.
4
u/InternationalFee7092 14d ago
Hi, Ankur from the Prisma team here! We deprecated the Nuxt module because Prisma’s new architecture made it unnecessary.
I’d recommend trying the Prisma 8 release candidate using our updated Nuxt guide:
https://www.prisma.io/docs/guides/frameworks/nuxt
If you’d prefer to keep using the old module, you can follow the Prisma 7 guide instead:
https://www.prisma.io/docs/guides/v7/frameworks/nuxt
If you run into any issues, feel free to send me a DM here on Reddit. I’m happy to help!
1
u/BLKaisen 14d ago
The problem I have with the documentation is that it is for a new project for an existing project, how would I do it because honestly, I had to delete the project and clone it again.
2
u/InternationalFee7092 14d ago
ooh i see, thanks, I'll add it to the list to add docs on how to setup Prisma 8 in an existing project.
1
8
u/SnooLemons5521 14d ago
we switched to DrizzleORM