React Native STUCK starting packager

Istvan Orban picture Istvan Orban · Jun 6, 2018 · Viewed 7.1k times · Source

For some reason when I want to start my React Native project, it's stucks at 'Starting Packager...' part. I tried to delete the node packages, and reinstall them, intall them via yarn, npm, but no luck. I got no idea how should I fix this :/ (so awkward)

Answer

Simon picture Simon · Jun 6, 2018

I had the same issue. I solved it by changing react-native-scripts version from "^1.14.1" to "1.14.0" and run npm install again.