Gustavo Adolfo López
07/03/2021, 3:03 AMEddy Nguyen
07/04/2021, 7:23 AMbinaryTargets=[env(PRISMA_BINARY_TARGETS)]
Note that if you are using version 2.22, you can do something like this in CLI: ``PRISMA_BINARY_TARGETS=native yarn prisma generate`
If you are on version 2.26, you might have to do this: PRISMA_BINARY_TARGETS='[\"native\"]' yarn prisma generate ( Not sure if this is a bug or not, I have posted a question here )Ryan
07/05/2021, 5:21 AM