How to get back old error overlay. Or use [email protected] #11919
Replies: 1 comment
-
I'm not quite sure what you mean by deleting old files. However, I experienced the same issue - CRA 5.0.0 is shipped with absolutely incompetent error overlay, so for my newly created projects I ended up changing react-scripts in package.json to 4.0.3, running npm install and it solved my problems. Just make sure you are not running npm -f audit -> it will start fixing dependencies and bring back CRA 5.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently made a new project via create-react-app and noticed that the error layer has changed.
I wanted to make a project through
[email protected]
but nothing worked. The console says that there is a new version5.0.0
.Later I created a project for
5.0.0
and then changedreact-scripts
in package.json to4.0.3
. I deleted the old files, reinstalled and now the error layer is not shown at all.Please, tell me if there is a way to return the old error overlay. Or make a project using
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions