Failed to resolve import "…"
- Symptom
- Browser overlay or terminal shows `[plugin:vite:import-analysis] Failed to resolve import`.
- Cause
- The imported path doesn't exist, the package isn't installed, or the file extension/casing is wrong.
- Fix
- Check the `[import-chain]` log in the dev terminal — it prints the failing specifier and the chain of importers so you can find which file pulled in the bad path. Create the missing file, fix the path/alias, or install the package.