Vite
Vite build failed because of case-sensitive file paths
A Vite project that works on a case-insensitive file system can fail in CI or Linux builds when import casing does not match the real file names.
Vite
A Vite project that works on a case-insensitive file system can fail in CI or Linux builds when import casing does not match the real file names.
Observed message
ENOENT: no such file or directory / Module not found
Why it happens
How to fix it
Official reference
Vite: TroubleshootingRelated errors
Explore more