It seems that the issue is related to Node.js v23, which is causing incompatibilities with Prisma. While searching for a solution to this error, I came across this discussion: https://github.com/prisma/prisma/issues/25463
Downgrading to a supported Node.js version (such as v20, v18, or v16) should resolve the issue.