Skip to Content
DocumentationTroubleshootingPrisma command fail

Running Prisma Commands

  • Problem: Prisma commands fail when run outside the root project directory.
  • Solution: Always run Prisma commands from the root of the project:
    npx prisma migrate resolve --applied 0_init_supabase npx prisma migrate deploy