I was following the tutorial from this docs <Forei...
# orm-help
a
I was following the tutorial from this docs ForeignKeyDemo but when i run
Copy code
npx prisma introspect
i get extra file with sth like this ..
r
@Aadarsha 👋 It seems you have a global installation of Prisma 1 present or npx is taking Prisma 1. Could you remove that if present and locally install
@prisma/client
and
@prisma/cli
in your project so that the tutorial works fine.
👌 1