Skip to content

Troubleshooting

Check that .env.local exists in the app repository root and contains:

DATABASE_URL=file:./database/vimcolorschemes.db

Also confirm that the local database file exists at database/vimcolorschemes.db.

Run:

Terminal window
corepack enable

Then rerun the install command.

Use the bundled local database for frontend work. If you are using a custom SQLite or Turso database, it may not contain repository, colorscheme, or highlight group data yet.

Read Data Flow to understand which Worker jobs populate which tables.

Preview colors depend on both generated data and frontend rendering.

Check:

  • The Worker generated rows in colorschemes and colorscheme_groups.
  • Highlight group names match the classes rendered by the app preview component.
  • CSS custom properties are being set for the selected colorscheme and background.

Read Code Previews for the full flow.

Open an issue in the relevant repository and include:

  • What you were trying to do.
  • The command you ran.
  • The error message or broken behavior.
  • Your Node, pnpm, and operating system versions when relevant.