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
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.