i'm working on a react app (using create react app) but my live server is not working. When ever i start it i.e run the command of npm start it open a browser tab and keep on loading... Anyone knows whats the issue.
Asked
Active
Viewed 934 times
0
-
Does it show any errors in your browser's console like chrome console?? Does it say anything in the command line ? – nishkaush Oct 29 '20 at 07:16
-
Nothing it does not show anything – M Afzaal Afzal Oct 29 '20 at 07:29
-
Empty console with no error. Not showing html not css not any error message on console. Just keep on loading – M Afzaal Afzal Oct 29 '20 at 07:29
-
Can you delete your `node_modules` folder and re-install dependencies with `npm i` – nishkaush Oct 29 '20 at 07:33
-
i've done that but not solved – M Afzaal Afzal Oct 29 '20 at 07:52
1 Answers
0
Actually, there was an infinite loop in my program. I was calling a component inside it. Which was causing the issue.

M Afzaal Afzal
- 21
- 2