Yasir Williams
Yasir Williams
I just tried it out starting a react-app from scratch only importing the BrowserRouter and Link and was not given an error when running it on my browser. Can you...
### Potential Solutions - upgrading webpack-dev-server to 4.7.3 - https://github.com/facebook/create-react-app/pull/11862/files/2dff88610f9ad215349424d1769b88e0a0d2fa1d - Deleting node_modules folder and running npm install to include new updates in dependencies that may be causing the error
> I deleted the package.json and now I cannot get it back. I tried npm install. You weren't supposed to delete the package.json only the node_modules folder that is built...