npm start error in React (SOLVED)

preview_player
Показать описание
Hi, I'm Wesley. I'm a brand ambassador for Kinde (paid sponsorship). I'll help you master the latest tech here:

👉 Discord: all my courses have a private Discord where I actively participate

0:00 Solution

#webdevelopment #coding #programming
Рекомендации по теме
Комментарии
Автор

This did not work for me but thank you very much for this very good video which I like very much!

marksiely
Автор

Whenever I try to start my application through localhost or the deployed URL, the site is just showing like the page is unresponsive. Regardless of whatever browser we use, whatever device we change, the application still shows like, the page is unresponsive.

gokulkrish
Автор

I can't fixed like the first way, so I delete node_modules in computer path. And, I install npm again. So, I fixed! Thanks for that

messias
Автор

Oh my god, nothing fix that error :( i cant

zhak
Автор

You can fix this with NPM 5.1.0+ using "npm config set script-shell bash" if you are using bash terminal

robertvaidianu
Автор

Unfortunately this did not work for me, but thank you very much for this very good video.

marksiely
Автор

Thank you very much, mine worked with the SKIP_PREFLIGHT_CHECK=true SOLUTION .
Once again, Thank you very much .

onthe_otherside
Автор

Unfortunately, none of this works for me.

FelipeD-whos