As a newcomer to the industry, I just want to share my experience today. I encountered a compilation issue when I create a new react app (react 18). During the build process, I ran into the following error:
ERROR in ./src/index.tsx 7:0-24
Module not found: Error: Can't resolve './App' in '/Users/xianjunyang/Documents/test_app/menubar-test-app/src'
Despite multiple troubleshooting attempts, the issue persisted. I explored various solutions, including verifying file paths, checking module imports, and reinstalling dependencies, but none resolved the problem.