Error on generate schema with prisma

Solution
GitHub
Is this suited for github? Yes, this is suited for github To Reproduce Start a fresh next.js application: npx create-next-app@latest Init prisma with output definition: npx prisma init --output ../...