Я новичок, пытающийся внести свой вклад в открытый источник через Cal.com (альтернатива с открытым исходным кодом). Дело в том, что я пытаюсь настроить Prisma на своей системе с помощью пряжи. Я продолжаю сталкиваться с этой проблемой.
Я запустил эту синтаксискую пряжу добавить -d prisma@avest
Я установил PostgreSQL в мою систему.
➤ YN0008: │ @prisma/engines@npm:5.22.0 must be rebuilt because its dependency tree changed
➤ YN0007: │ prisma@npm:6.16.1 [f9b2d] must be built because it never has been before or the last one failed
➤ YN0008: │ prisma@npm:6.8.2 [a80c8] must be rebuilt because its dependency tree changed
➤ YN0007: │ calcom-monorepo@workspace:. must be built because it never has been before or the last one failed
➤ YN0008: │ @prisma/client@npm:6.8.2 [a80c8] must be rebuilt because its dependency tree changed
➤ YN0009: │ calcom-monorepo@workspace:. couldn't be built successfully (exit code 1, logs can be found here: C:\Users\PC\AppData\Local\Temp\xfs-d1ac6272\build.log)
➤ YN0000: └ Completed in 2m 25s
➤ YN0000: Failed with errors in 3m 1s
PS C:\Users\PC\Documents\Gsoc\cal.com> npx prisma generate --schema=./prisma/schema.prisma
warn The configuration property `package.json#prisma` is deprecated and will be removed in Prisma 7. Please migrate to a Prisma config file (e.g., `prisma.config.ts`).
For more information, see: https://pris.ly/prisma-config
Environment variables loaded from .env
Error: Could not load `--schema` from provided path `prisma\schema.prisma`: file or directory not found
Подробнее здесь: https://stackoverflow.com/questions/797 ... or-cal-com