1
votes

I am working on a react native expo project. I was running expo start with no problem until I updated my MacBook. Now, I am facing this error:

Could not get status from Metro bundler. Connect ECONNREFUSED 127.0.0.1:19003 Connecting to Metro bundler failed.

My expo diagnostics is as below:

Expo CLI 3.22.3 environment info: System: OS: macOS 10.15.5 Shell: 5.7.1 - /bin/zsh Binaries: Node: 12.18.3 - /usr/local/bin/node npm: 6.14.6 - /usr/local/bin/npm IDEs: Android Studio: 3.6 AI-192.7142.36.36.6200805 Xcode: 11.6/11E708 - /usr/bin/xcodebuild npmPackages: expo: ^38.0.0 => 38.0.8 react: 16.11.0 => 16.11.0 react-dom: 16.11.0 => 16.11.0 react-native: https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz => 0.62.2 react-native-web: ~0.11.7 => 0.11.7 npmGlobalPackages: expo-cli: 3.22.3

1

1 Answers

0
votes

Ciao, according to this github page, you can:

  1. Restart your computer
  2. Run rm -rf .expo

Instead, according to Expo forum you can try to launch expo start with -c like expo start -c