Hi, has anyone been able to get prisma client work...
# prisma-client
b
Hi, has anyone been able to get prisma client working on M1 Macs? Trying to build a prototype this week and would like to use prisma (as it’s built into the boiletplate) but I can’t get client to work at all.
m
Hi Ben 👋🏼, The latest 
dev
 version of Prisma supports Apple M1 Macs. You would need to run
Copy code
yarn add @prisma/client@dev
yarn add @prisma/cli@dev -D
Let us know if the issue is still there.
plus one +1 2
🙌🏾 1