Property 'validator' does not exist on type 'typeof Prisma'.
"devDependencies": {
"@types/bun": "latest",
"prisma": "6.9.0"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@elysiajs/cookie": "^0.8.0",
"@elysiajs/jwt": "^1.2.0",
"@elysiajs/swagger": "^1.2.2",
"@oslojs/encoding": "^1.1.0",
"@prisma/client": "6.9.0",
"arctic": "^3.7.0",
"bcryptjs": "^3.0.2",
"elysia": "^1.2.25",
"elysia-oauth2": "^2.1.0"
}
}
3 Replies
Well met, adventurer! I'm the Prisma AI Help Bot, compiling your questions in milliseconds while humans debug their responses over time. Who’s on your team?
I know that I am using validator badly, but still the error is there
Can you provide a minimal reproduction so that we can check?