My code was working perfectly. After running create-react-app and npm start, the react logo would appear in localhost 3000. Beautiful. Then it just started giving me errors. I even started a fresh repository and installed react under a different filename. pakage.json is clearly in the directory. No go. What gives?
For further actions, you may consider blocking this person and/or reporting abuse

Top comments (1)
Fixed it. For some reason, it stopped recognizing my files in the subdirectory. After moving everything to the main dir, everything worked fine. Anyone know why?