Join Slack
Powered by
Has anyone encountered this issue before: <https:/...
# prisma-client
s
stephen.pearl
01/08/2021, 11:22 PM
Has anyone encountered this issue before:
https://prisma.slack.com/archives/CKQTGR6T0/p1610145303450800
r
Ryan
01/11/2021, 6:50 AM
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
2
Views
Open in Slack
Previous
Next