@roniceyemeli When I pull down your repository do a yarn install
and yarn build
I see the same error as on Netlify:
It will be due to case sensitivity as you have presentation/app/login
specified, but the folder is presentation/app/Login
.
Renaming that folder to login
allows the build to work.