dumb question, i'm deploying an application in AWS however when i deploy the prisma client i get this
warn Versions of prisma@2.30.3 and @prisma/client@3.5.0 don't match.
on the package.json i have client 3.5.0 am i missing something?
✅ 1
j
Joonatan
11/16/2021, 5:48 PM
Just a random prisma user here, your prisma version looks to be older, have to tried upgrading your prisma package?
Copy code
npm install prisma@latest --save-dev
l
Luis Haroldo Castro Cabrera
11/16/2021, 6:15 PM
that's why i said dumb question lol that seems to be the issue let me check