Barnaby Keene

Results 182 comments of Barnaby Keene

I got it to run successfully, but I had to do this (I think) - yarn dlx prisma generate: that fails with the error - yarn add @prisma/client - yarn...

Okay it seems installing `@prisma/client` fresh each time works, which is fine! ``` generate: cmds: # Generate database bindings and data model types. - yarn add @prisma/client - yarn dlx...