Has anyone encountered this issue before: <https:/...
# prisma-client
s
Has anyone encountered this issue before: https://prisma.slack.com/archives/CKQTGR6T0/p1610145303450800
r
Hey @stephen.pearl 👋 It seems you do not have a local Prisma CLI installation and
npx
is taking the older CLI of Prisma i.e. Prisma 1 which causes this issue. I would suggest installing
@prisma/cli
locally and then try it with
npx prisma
.
👍 1