react-native-scripts start stuck at "Starting packager..."
See original GitHub issueDescription
I can’t start any CRNA project because it get stuck at “Starting packager”, i tried many project but the problem still remains. It always get stuck at “Starting packager…”
Expected Behavior
It should start the project and show me the expo QR code
Observed Behavior
Stuck at “Starting packager…”
Note
npm shows me an unmet dependency error with expo and react:
npm ERR! peer dep missing: react@>=15.3.1, required by lottie-react-native@1.1.1
npm ERR! peer dep missing: react@>=15.4.0, required by react-native-branch@2.0.0-beta.3
Environment
npm ls react-native-scripts
: react-native-scripts@1.1.0npm ls react-native
: react-native@0.46.4npm ls expo
: expo@19.0.1node -v
: v7.10.0npm -v
: 4.2.0yarn --version
: 0.24.5
- Operating system: Ubuntu 16.04
Issue Analytics
- State:
- Created 6 years ago
- Reactions:29
- Comments:60 (3 by maintainers)
Top Results From Across the Web
react-native-scripts start stuck at "Starting packager..." #343
Description I can't start any CRNA project because it get stuck at "Starting packager", i tried many project but the problem still remains....
Read more >React Native STUCK starting packager - Stack Overflow
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.
Read more >stuck at Starting packager... - Robin's Blog
Recently I started to learn react-native app development from zero. ... and this: react-native-scripts start stuck at “Starting packager…”.
Read more >Packager Won't Start After React Native Update - ADocLib
Description.I can't start any CRNA project because it get stuck at Starting packager i tried many project but the problem still remains. Light...
Read more >npm start not working in vs code terminal - You.com
You can find those NPM scripts in package.json in the root folder, in a property named scripts . ... Description. npm start gets...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try
If it’s still stuck, then install watchman from here and do this
I’m seeing this problem as well.
Host: Ubuntu 17.04 64-bit Node: 8.4.0 NPM: 4.6.1 create-react-native-app: 1.0.0
Creating the project:
Attempting to start Expo:
…and nothing happens after that. No QR code. Nothing.
I tried running:
…and installing watchman. Neither made any difference.