question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm start stuck in Starting packager...

See original GitHub issue

Description

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.0
  • npm ls react-native: 0.46.4
  • npm ls expo: 19.0.1
  • node -v: 3.11.0
  • npm -v: 3.10.10
  • yarn --version: none
  • watchman version: 4.7.0

Also specify:

  1. Operating system: MacOs
  2. Phone/emulator/simulator & version: IOS

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:5

github_iconTop GitHub Comments

7reactions
kinglyworkcommented, Aug 10, 2017

maybe it has something to do with the network environment. close

1reaction
dotamircommented, Aug 8, 2017

And I have the same problem on Linux ! Any help?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found