I'm using Expo to develop a React Native application. Metro Bundler should activate within a few seconds of me running the "expo start" command, but lately it has been intermittently failing to work. I get the response
Starting project at <file path> ...
but after that it just hangs. I've tried npx expo start and that doesn't work either.
I can get it working again by uninstalling and reinstalling Node, but the problem seems to arise again every few days. I was hoping somebody could help me understand the underlying problem here.