Fix: DrizzleORM could not resolve peer dependency error with NextJS 14
My best guess is you're reading this because you saw it too: the peer dependency error in your terminal while installing drizzle-orm in your Next.js 14 application. Let's fix it.
A Peek at the error
Here's a clipped view of my setup package.json:
"de...
koha.hashnode.dev2 min read