I see following error while running my application in Windows OS but my team members are able to run the app without any issues on Mac OS
Error: Failed to lookup view "index" in views directory "dist".
My react and express version.
"express": "^4.17.1",
"express-session": "^1.17.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
I'm using windows 10, node v14.17.5, npm 6.14.14 and I don't have any clue to debug what's causing this issue.
Let me know I need to provide any additional details.