Expo Developer Tools is disconnected from Expo CLI. Use the expo start command to start the CLI again.

Followed instructions to the T to start a project, get this infinitely even after npm installing everything and doing the PATH variable thing. Have git installed too

C:\Users\susan\deck-pics>expo doctor
Didn’t find any issues with your project!

C:\Users\susan\deck-pics>expo diagnostics

Expo CLI 2.16.1 environment info:
System:
OS: Windows 10
Binaries:
npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD

C:\Users\susan\deck-pics>expo start
Starting project at C:\Users\susan\deck-pics
Expo DevTools is running at http://localhost:19002
Opening DevTools in the browser… (press shift-d to disable)
Cannot find module ‘expo/tools/LogReporter’
Set EXPO_DEBUG=true in your env to view the stack trace.

Hi @susan.zell!

Have you also followed the Installation Instructions? What version of Node are you running?

If you’ve followed along there, then it’s possible there was a hitch in installing the expo-cli package, so I’d reinstall that and try again

Sorry you’re running into this, and let me know if none of that works!
Charlie

I’ve got node v10.15.0 and the instructions match what I did. I’ve installed expo-cli several times by now, with and without -g

Hmmm that’s odd.

Is this a managed Expo project, or a bare React Native project? (see here for explanation)

Also- if you start a new project with expo init are you able to run expo start without any problems?

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