Need to restart cli very often on Ubuntu Linux

On first launch expo start -c works just fine. I can run the app on my iPhone and Android emulator, then, after some changes in code or by enabling debugger rebuild process get stuck very often, sometmes says building is at 100% but app won’t pass splash screen on device, sometimes debugger don’t get updated, so you see current code in the chrome debugger but can’t set breakpoints because somehow, debugger stills get older code. If I restart expo with ctrl + c and then expo start -c it starts to work again.

I have:

  • Ubuntu 18.04.02
  • Expo 2.11.3
  • Expo app latest version in iOS and Android emu
  • npm 6.4.1
  • node 8.15.0

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