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
Prisma seemed to be stuck on generate command, running it with DEBUG="*" showed it had to do with floggy not mentioning chalk as a (peer, I assume) dependency.
Repro Steps/Link
I presume any project using yarn 2+ instead of npm and running yarn pnpify prisma generate
The text was updated successfully, but these errors were encountered:
Aaah, right, forgot about this issue. You could do similar with yarn pnp too, using package extensions and declaring chalk (4.x) as a dependency of floggy.
Screenshot
Description
Prisma seemed to be stuck on generate command, running it with
DEBUG="*"
showed it had to do withfloggy
not mentioningchalk
as a (peer, I assume) dependency.Repro Steps/Link
I presume any project using yarn 2+ instead of npm and running
yarn pnpify prisma generate
The text was updated successfully, but these errors were encountered: