Why does `prisma generate` say it is using a diffe...
# prisma-client
d
Why does
prisma generate
say it is using a different version of Prisma Client than it has installed? Consequently, it wrongly warns about version mismatch. Thank you!
r
@Danny Nemer 👋 Are you sure there aren’t any other local/global versions present?
d
@Ryan I deleted all of the following directories, and still get the same incorrect output as the screenshot above: • Yarn cache:
rm -rf ~/.yarn/
• Prisma cache:
rm -rf ~/.cache/prisma/
• Local
node_modules/
directory and re-ran
yarn install
r
Could you share a sample reproduction so I can check?
d
The latest update to Prisma, v3.3, fixed this issue.
💯 1