Metro Bundler failed to start. (code: ECONNRESET)

For some reason occasionally the Expo Dev Tools just stop working (after working for a while) with this error. What could be the cause?

Hey @fabis94,

ECONNRESET means the other side of the TCP conversation is getting abruptly closed. Can you share all the details of your environment? What OS you’re using, what terminal, expo version? The more information you can provide, the better!

Cheers,

Adam

λ expo diagnostics
[20:26:57] Generating diagnostics report…
[20:26:57] You can join our slack here: https://slack.expo.io/.

Environment:
OS: Windows 10
Node: 10.10.0
Yarn: Not Found
npm: 6.4.1
Watchman: Not Found
Xcode: N/A
Android Studio: Version 3.2.0.0 AI-181.5540.7.32.5014246

Packages: (wanted => installed)
expo: ^30.0.1 => 30.0.1
react: 16.3.1 => 16.3.1
react-native: https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz => 0.55.4

Diagnostics report:
-[20:27:02] Request failed with status code 500
[20:27:02] Error: Request failed with status code 500
at createError (C:\Users\fabis\AppData\Roaming\nvm\v10.10.0\node_modules\expo-cli\node_modules\axios\lib\core\createError.js:16:15)
at settle (C:\Users\fabis\AppData\Roaming\nvm\v10.10.0\node_modules\expo-cli\node_modules\axios\lib\core\settle.js:18:12)
at IncomingMessage.handleStreamEnd (C:\Users\fabis\AppData\Roaming\nvm\v10.10.0\node_modules\expo-cli\node_modules\axios\lib\adapters\http.js:191:11)
at IncomingMessage.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1092:12)
at process._tickCallback (internal/process/next_tick.js:63:19)

The terminal is Git Bash.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.