I have been working on this React project, since a few months without having come across this error. I haven\'t made any changes in the location of the index.html file in th
In my case, I have accidentally deleted the public directory so it couldn't find the index.html file
Does your project have an index.html file in the public directory? If not you can get the one that Create React App uses here
Are you using git for version control? I suspect that you have moved something without realising it. Git will be able to tell you if something did change.