Alex Okros
07/27/2021, 1:57 PMrhel
engines to make it work.Ryan
07/27/2021, 2:06 PMbinaryTargets
.
https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference/#binarytargets-options
https://www.prisma.io/docs/concepts/components/prisma-schema/generators#binary-targets-prisma-client-jsAlex Okros
07/27/2021, 2:21 PMmigrate deploy
similar to how it’s detailed here: https://www.prisma.io/docs/concepts/components/prisma-enginesRyan
07/27/2021, 2:27 PMjanpio
binaryTargets
only works for the Client (so Query Engine) @Ryan - so this might be a bit more complicated.janpio
rhel
as well @Alex Okros as you are trying to run e.g. the CLI for Migrate on a rhel
environment, while downloading the engines (via running npm install
) on a Mac/Darwin environment?janpio