You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a similar error in #1565, attempted the proposed solution, but it did not work. "@trigger.dev/sdk": "3.3.11" "@prisma/client": "6.2.0"
Describe the bug
error message:
✘ [ERROR] Failed to apply extension PrismaExtension onBuildComplete SystemError [ERR_FS_EISDIR]: Path is a directory: cp returned EISDIR (/path/to/libs/prisma-schema/src/prisma/schema is a directory (not copied)) /path/to/libs/prisma-schema/src/prisma/schema
Provide environment information
I encountered a similar error in #1565, attempted the proposed solution, but it did not work.
"@trigger.dev/sdk": "3.3.11"
"@prisma/client": "6.2.0"
Describe the bug
error message:
✘ [ERROR] Failed to apply extension PrismaExtension onBuildComplete SystemError [ERR_FS_EISDIR]: Path is a directory: cp returned EISDIR (/path/to/libs/prisma-schema/src/prisma/schema is a directory (not copied)) /path/to/libs/prisma-schema/src/prisma/schema
Reproduction repo
not able to provide
To reproduce
the following configuration can reproduce same issue
Additional information
No response
The text was updated successfully, but these errors were encountered: