dumb question, i'm deploying an application in AWS...
# orm-help
l
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
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
that's why i said dumb question lol that seems to be the issue let me check
yup 😛 thanks
🙌 1