npm start stuck in Starting packager...
See original GitHub issueDescription
npm start stuck in Starting packager… without any error message.
I debugged the code of exp and xdl and I found the process hung at getting schema from https://exp.host/--/xdl-schema/19.0.0 and getting versions from https://exp.host/--/api/v2/versions I send request with postman to these urls and they response very slow and fail to response mostly.
Any idea to avoid getting schema from server? Or maybe the server should be fixed.
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts
: 1.1.0npm ls react-native
: 0.46.4npm ls expo
: 19.0.1node -v
: 3.11.0npm -v
: 3.10.10yarn --version
: nonewatchman version
: 4.7.0
Also specify:
- Operating system: MacOs
- Phone/emulator/simulator & version: IOS
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:5
Top Results From Across the Web
React app stuck on "Starting the development server"
After running npm start (the start script is present in package.json as "start": "react-scripts start") the console says Starting the ...
Read more >"npm start" execution got stuck on "starting/running packager.."
Problem. When we run npm start it took some time as per your CPU and RAM configuration but in some cases, it took...
Read more >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 app stuck on Starting the de… | Apple Developer Forums
When I am starting react development server using npm start the development server stuck and not running at all. I am using nvm...
Read more >react app stuck on starting the development server
After running npm start (the start script is present in package.json as "start": "react-scripts start") the console says Starting the development server as ......
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
maybe it has something to do with the network environment. close
And I have the same problem on Linux ! Any help?