We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pnpm command: (NOT WORKING) pnpm dlx prisma migrate dev ...(migrating works good) Running generate... (Use --skip-generate to skip the generators) Error: Generator "prisma-kysely" failed:
/bin/sh: 1: prisma-kysely: not found
npm command: (WORKING) npx prisma migrate dev Environment variables loaded from .env Prisma schema loaded from prisma/schema.prisma Datasource "db": PostgreSQL database "api", schema "public" at "localhost:5432"
Already in sync, no schema change or pending migration was found.
✔ Generated Kysely types (1.8.0) to ./src/db in 58ms
The text was updated successfully, but these errors were encountered:
Same here, but if you add the command as an script in package.json, it works.
Edit: The problem only occuring with the generator script.
Sorry, something went wrong.
No branches or pull requests
Pnpm command: (NOT WORKING)
pnpm dlx prisma migrate dev
...(migrating works good)
Running generate... (Use --skip-generate to skip the generators)
Error: Generator "prisma-kysely" failed:
/bin/sh: 1: prisma-kysely: not found
npm command: (WORKING)
npx prisma migrate dev
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "api", schema "public" at "localhost:5432"
Already in sync, no schema change or pending migration was found.
✔ Generated Kysely types (1.8.0) to ./src/db in 58ms
The text was updated successfully, but these errors were encountered: