I have a very strange bug: when I'm installing pri...
# orm-help
l
I have a very strange bug: when I'm installing prisma
Copy code
npm install prisma --save-dev
then generating from the prisma schema,
Copy code
npx prisma generate
it breaks the typing of the pre-existing mongoose schema. If I look at the .lock I see no change that could explain it. Any guesses?
n
Hey Louis 👋 I am not aware of any issues in which generating PrismaClient impacts mongoose schema, any particular reason for using two different ORMs in the same project?
l
@Nurul we are using Moongoose and want to migrate to Prisma
👍 1
n
Makes sense! 👍 Thanks for clarifying that.