blitz icon indicating copy to clipboard operation
blitz copied to clipboard

Generating prisma client fails when using global `blitz dev` command

Open itsdillon opened this issue 3 years ago • 0 comments

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"
}
...

itsdillon avatar Aug 22 '22 21:08 itsdillon