frankcollins3 / Next-Water-App

Happy, Healthy Water Cycling App that tracks user/human fluid intake.
https://next-water-app.vercel.app
1 stars 0 forks source link

prisma versions not the same [1:45pm] #106

Open frankcollins3 opened 11 months ago

frankcollins3 commented 11 months ago

attempting to do: hydroSchedule is not defined (prisma generate)

error: Screen Shot 2023-07-30 at 1 44 36 PM

// note this is why I went with grabbing the same Next, TS, Prisma, Postgres repo from a year back, knowing no problems.

proposed approach: downversion prisma and keep everything identical to repo that's been working.

frankcollins3 commented 11 months ago

@prisma/client 4.6.1 ----> prisma 4.16.2 mine-nugget-ts and now next-water-app both use these versions and was just working fine before pushing and cloning

Screen Shot 2023-07-30 at 1 32 41 PM [1:53pm]