Create-react-native-app: Error when launching Dev Tools

Created on 8 Nov 2017  路  5Comments  路  Source: expo/create-react-native-app

I installed crna and all went fine. I can open the app with expo on my android phone. But after some reloads I get an error when Launching the Dev Tools.

In the packager log is:
22:34:35: Launching Dev Tools...
22:34:35: Google Chrome exited with error: { Error: spawn chromium ENOENT
22:34:35: at exports._errnoException (util.js:1020:11)
22:34:35: at Process.ChildProcess._handle.onexit (internal/child_process.js:197:32)
22:34:35: at onErrorNT (internal/child_process.js:376:16)
22:34:35: at _combinedTickCallback (internal/process/next_tick.js:80:11)
22:34:35: at process._tickCallback (internal/process/next_tick.js:104:9)
22:34:35: code: 'ENOENT',
22:34:35: errno: 'ENOENT',
22:34:35: syscall: 'spawn chromium',
22:34:35: path: 'chromium',
22:34:35: spawnargs: [ 'http://localhost:19001/debugger-ui' ] }

What can I do to solve the error?

Most helpful comment

Problem solved ! I just reinstall Expo on my phone....
1 day lost..

All 5 comments

Can you check if you have chrome/chromium installed on your system?

Hi,
I ve the same problem, do you find any solutions ?
Ty

Problem solved ! I just reinstall Expo on my phone....
1 day lost..

I could solve this issue by clearing the expo app's data & cache in the "app info".

Was this page helpful?
0 / 5 - 0 ratings