prisma-typebox-generator icon indicating copy to clipboard operation
prisma-typebox-generator copied to clipboard

doesn't run on pnpm

Open adeyahya opened this issue 3 years ago • 1 comments

Error: Generator at prisma-typebox-generator could not start:

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

 ERROR  Command failed with exit code 1: /Users/adeyahya/Library/pnpm/store/v3/tmp/dlx-89483/node_modules/.bin/prisma generate

pnpm: Command failed with exit code 1: /Users/adeyahya/Library/pnpm/store/v3/tmp/dlx-89483/node_modules/.bin/prisma generate
    at makeError (/Users/adeyahya/.volta/tools/image/packages/pnpm/lib/node_modules/pnpm/dist/pnpx.cjs:16527:17)
    at handlePromise (/Users/adeyahya/.volta/tools/image/packages/pnpm/lib/node_modules/pnpm/dist/pnpx.cjs:17098:33)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async Object.handler [as dlx] (/Users/adeyahya/.volta/tools/image/packages/pnpm/lib/node_modules/pnpm/dist/pnpx.cjs:183480:7)
    at async /Users/adeyahya/.volta/tools/image/packages/pnpm/lib/node_modules/pnpm/dist/pnpx.cjs:192579:21
    at async run (/Users/adeyahya/.volta/tools/image/packages/pnpm/lib/node_modules/pnpm/dist/pnpx.cjs:192553:34)
    at async /Users/adeyahya/.volta/tools/image/packages/pnpm/lib/node_modules/pnpm/dist/pnpx.cjs:192625:5

adeyahya avatar Oct 22 '22 18:10 adeyahya

Ran into this issue. I was able to get it working by running

pnpm prisma generate

Instead of

prisma generate

joshmossas avatar Aug 30 '23 21:08 joshmossas

Since I can't dedicate time to maintain this repository, I've updated the readme to refer to prismabox instead. This is because it offers better support, maintained, and has a more suitable name.

adeyahya avatar May 21 '24 03:05 adeyahya