prisma · Prisma Docs
Prisma Troubleshooting (/docs/postgres/troubleshooting)
Resolves common errors encountered during Prisma Postgres initialization, such as unrecognized command flags due to npx caching or workspace plan limit errors.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Prisma Troubleshooting (/docs/postgres/troubleshooting)
Resolves common errors encountered during Prisma Postgres initialization, such as unrecognized command flags due to npx caching or workspace plan limit errors.
When To Use
Use when encountering unrecognized --db option errors during prisma init or when hitting workspace project limits in Prisma Postgres.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prisma-troubleshooting-docs-postgres-workflow-guide.md | A guide detailing common troubleshooting steps and error resolutions for using Prisma with PostgreSQL. | Questions about a guide detailing common troubleshooting steps and error resolutions for using Prisma with PostgreSQL. |
examples/prisma-troubleshooting-docs-postgres-prisma-postgres-troubleshooting-ini.bash | A bash command demonstrating how to initialize a Prisma project with a PostgreSQL database connection. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to initialize a Prisma project with a PostgreSQL database connection. |
examples/prisma-troubleshooting-docs-postgres-prisma-postgres-troubleshooting-ini-2.bash | A bash command demonstrating how to initialize a Prisma project with a PostgreSQL database connection. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to initialize a Prisma project with a PostgreSQL database connection. |
examples/prisma-troubleshooting-docs-postgres-prisma-postgres-troubleshooting-ini-3.bash | A bash command used to initialize a new Prisma project with a PostgreSQL database connection. | Exact payloads, commands, or snippets shown in A bash command used to initialize a new Prisma project with a PostgreSQL database connection. |
examples/prisma-troubleshooting-docs-postgres-prisma-postgres-troubleshooting-ini-4.bash | A bash command demonstrating how to initialize a Prisma project with a PostgreSQL database using bunx. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to initialize a Prisma project with a PostgreSQL database using bunx. |
examples/prisma-troubleshooting-docs-postgres-prisma-postgres-troubleshooting-ini-5.bash | A bash command demonstrating how to initialize a new Prisma project with a PostgreSQL database connection. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to initialize a new Prisma project with a PostgreSQL database connection. |
examples/prisma-troubleshooting-docs-postgres-prisma-postgres-troubleshooting-ini-6.bash | A bash command used to initialize a new Prisma project with a PostgreSQL database connection. | Exact payloads, commands, or snippets shown in A bash command used to initialize a new Prisma project with a PostgreSQL database connection. |
examples/prisma-troubleshooting-docs-postgres-prisma-postgres-troubleshooting-ini-7.bash | A bash command used to initialize a new Prisma project with a PostgreSQL database connection. | Exact payloads, commands, or snippets shown in A bash command used to initialize a new Prisma project with a PostgreSQL database connection. |
examples/prisma-troubleshooting-docs-postgres-prisma-postgres-troubleshooting-ini-8.bash | A bash command used to initialize a new Prisma project with a PostgreSQL database connection. | Exact payloads, commands, or snippets shown in A bash command used to initialize a new Prisma project with a PostgreSQL database connection. |
examples/prisma-troubleshooting-docs-postgres-prisma-postgres-troubleshooting-wor.text | A text record documenting the workspace plan limit error encountered when using Prisma with PostgreSQL. | Exact payloads, commands, or snippets shown in A text record documenting the workspace plan limit error encountered when using Prisma with PostgreSQL. |
What This Skill Covers
- Troubleshooting (/docs/postgres/troubleshooting)
- Main sections:
npm,pnpm,yarn,bun,npm.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://www.prisma.io/docs/postgres/troubleshooting