AI Bug Fix Prompt Generator
Generate a precise, scope-limited bug-fix prompt for Claude Code, Codex, or Cursor — 5-section structure, ≤30 lines, with a verification command.
Related errors
- vite
Cannot find module '<package>' or its corresponding type declarations
Cannot find module — Vite + TypeScript module resolution
- vitest
Cannot find package '<package>' imported from <test-file>
Cannot find package — Vitest ESM module resolution
- vite
Error: Cannot find module @rollup/rollup-linux-x64-gnu
Cannot find module @rollup/rollup-linux-x64-gnu — Vite/Rollup native binary
- vite
Failed to resolve import "<path>" from "<file>". Does the file exist?
Failed to resolve import — Vite import path resolution
- vite
sh: vite: command not found
vite: command not found — missing Vite binary in scripts, Docker, or CI
- vite
Vite build error: production build fails after dev server runs fine
Vite build error — production-only failures and rollup misalignment