You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also had this issue. From what I've seen in #9886 and other issues, the main solution provided by people is disabling the ESLint plugin by adding DISABLE_ESLINT=true in the .env file.
I haven't seen much improvement with this - what has really worked for me was adding craco with esbuild. You can find instructions on how to do that here. It has dropped my build time from ~10 minutes to just 1-2 minutes, and dev server startup has decreased from 10+ minutes to ~3-4 minutes.
Describe the bug
npm start takes at least 4-6 minutes just to startup

screen freezes at
Did you try recovering your dependencies?
(Write your answer here.)
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
(paste the output of the command here.)
Steps to reproduce
(Write your steps here:)
Expected behavior
Expected waiting time is 30 secs
Actual behavior
takes more than 3 mins
Reproducible demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: