PrismaP
Prisma3mo ago
32 replies
Jent

Problems with 6.18.0 in Next.js 16

Hi everyone, since I updated Prisma to version 6.18.0 in my Next.js 16 project, I’ve been having issues with the installation...
I always run the same commands, but each time I get different errors:

npm install prisma @prisma/client
npx prisma init

Then I configure the .env file with my database, and finally:

npx prisma generate

But every time I get errors... How can I fix this?
Was this page helpful?