Sasi
06/27/2021, 5:06 PMRunning generate... (Use --skip-generate to skip the generators)
Error: Schema parsing
error: Found argument '--enable-experimental' which wasn't expected, or isn't valid in this context
Did you mean --enable-playground?
USAGE:
query-engine-debian-openssl-1.1.x --enable-playground
Ryan
06/28/2021, 6:05 AMSasi
06/28/2021, 8:01 AMSasi
06/28/2021, 8:02 AMgenerator client {
provider = "prisma-client-js"
previewFeatures = ["selectRelationCount"]
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
model User {
id String @id @default(uuid())
name String?
email String? @unique
emailVerified DateTime? @map(name: "email_verified")
image String?
createdAt DateTime @default(now()) @map(name: "created_at")
updatedAt DateTime @default(now()) @map(name: "updated_at")
@@map(name: "users")
}
janpio
janpio
Sasi
07/27/2021, 9:39 AMjanpio
node_modules
and then run npm install
again, this should solve itself probably.janpio
janpio
npx prisma -v
output?Sasi
08/29/2021, 4:09 PMjanpio
janpio
Sasi
08/30/2021, 2:52 PM