blitz
blitz copied to clipboard
Generating prisma client fails when using global `blitz dev` command
What is the problem?
Fails to generate the prisma client when running blitz dev with the global cli. It works when using npx blitz dev.
Paste all your error logs here:
~ > blitz dev
...
Generating Prisma client{
"code": "ENOENT"
}
...