'Expo start' not running app

Due to the use of MapView with Google Maps Api, I had to build my app with expo build:android but after the build operation, the expo start command always return an error after some minutes, here is the error below:

Error: Failed to start watch mode.
at Timeout.setTimeout [as _onTimeout] (C:\Users\DevLewa\Documents\android\fpi-map\node_modules\jest-haste-map\build\index.js:935:24)
at ontimeout (timers.js:436:11)
at tryOnTimeout (timers.js:300:5)
at listOnTimeout (timers.js:263:5)
at Timer.processTimers (timers.js:223:10)
ERROR
19:31
Error: Failed to start watch mode.
at Timeout.setTimeout [as _onTimeout] (C:\Users\DevLewa\Documents\android\fpi-map\node_modules\jest-haste-map\build\index.js:935:24)
at ontimeout (timers.js:436:11)
at tryOnTimeout (timers.js:300:5)
at listOnTimeout (timers.js:263:5)
at Timer.processTimers (timers.js:223:10)

How do I resolve this?

Hey @lewa,

Can you run expo diagnostics and paste the log that is printed out here?

Cheers,
Adam

Here is the output

Expo CLI 3.0.8 environment info:
System:
OS: Windows 7
Binaries:
Node: 10.16.1 - C:\nodejs\node.EXE
Yarn: 1.16.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.10.2 - C:\nodejs\npm.CMD

Is anybody here? I need a response to the above @ adamjnav

Does the same thing happen if you expo init a new app as a test?

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