I have manually deployed this react site but whenever I try to deploy it with github it says it can't resolve a module

Site Name - jade-pegasus-dec1d1
Repo Link - GitHub - isaacruiz0/Quick-Quiz: An app that allows you to start answering trivia questions without delay

Hi @isaacruiz0

The build system on Netlify runs on Linux which is case sensitive (see: [Support Guide] Netlify app builds locally but fails on deploy (case sensitivity)). The module doesn’t exist because the directory is landingPage and not LandingPage

Check out the solution in this post