Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add yarn 3+ workaround for missing mmdc file. #240

Merged
merged 1 commit into from
Nov 8, 2023

Commits on Nov 7, 2023

  1. Add yarn 3+ workaround for missing mmdc file.

    Yarn 3+ runs package bin scripts from the package.json `bin` section directly, instead of creating a file on the filesystem that points to the scripts listed. This means that there isn't an `mmdc` file created to point `prisma-erd-generator` to, so the user will need to create their own `mmdc` file. Added instructions on how to do that, with example script that can be used.
    dawnmist committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7ee37e8 View commit details
    Browse the repository at this point in the history