zod-prisma-types and prisma-zod-generator BOTH fail to generate

Just installed both zod-prisma-types and prisma-zod-generator

$ prisma db push

Running generate... (Use --skip-generate to skip the generators)
Error: Generator at zod-prisma-types could not start:

/bin/sh: zod-prisma-types: command not found


and removing that one and subbing in prisma-zod-generator i get:
Running generate... (Use --skip-generate to skip the generators)
Error: Generator at prisma-zod-generator could not start:

/bin/sh: prisma-zod-generator: command not found


have a feeling this has to do with my t3 install
anyone have any idea how to debug?
Was this page helpful?