Skip to content

[TRI-5172] Compatibility with Prisma 6.6+ #1926

Open
@matt-aitken

Description

@matt-aitken

In Prisma 6.6.0+ they require an output path and no longer generate the Prisma client in node_modules.

Details here.

This is going to cause problems with our official prisma extension which was built to deal with the old way.

It seems like the way to fix this would be to do this from their docs:

pass the the --schema option to your Prisma CLI command (e.g. prisma migrate dev --schema ./prisma/schema)

We don't pass the --schema for folders right now I don't think

TRI-5172

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions