Your bundler can't find a module you're trying to import, causing build failures.
'Cannot find module' error
'Module not found' during build
Import statement shows red underline
Typo in import path
Missing package in node_modules
Incorrect relative path
Case sensitivity on Linux servers
DevConsole tracks all imports and can identify path issues before you even try to build.
Verify the path is correct relative to current file.
Run `npm ls <package>` to check it exists.
Ensure file names match exactly, including case.
Usually a case sensitivity issue. Mac is case-insensitive, Linux is case-sensitive.
Use the package name directly without './' or './node_modules/'.
DevConsole gives you the visibility and control to fix issues like module not found error in seconds, not hours.
Get DevConsole Pro