I am using ubuntu 18.04 for react-native app development, and I keep on getting the errors below.I used the following commandsexpo build: android
it first complains about watchman which I have already installed the error is below;
› Closing Expo server› Stopping Metro bundlersocket hang upError: socket hang up at connResetException (internal/errors.js:613:14) at Socket.socketOnEnd (_http_client.js:463:23) at Socket.emit (events.js:327:22) at endReadableNT (_stream_readable.js:1201:12) at processTicksAndRejections (internal/process/task_queues.js:84:21)Building JavaScript bundle [==================================================================================== ] 84% ```how would I fix this?