i'm new to react-native i installed expo as mention in official page like below.
npm install expo-cli --global
expo init my-new-project
cd my-new-project
expo start(run this in my cmd)
Get this error in cmd
[09:53:03] TypeError: Cannot read property 'compile' of undefined
npm start(i did this too)
Get this error in cmd
[09:47:17] TypeError: Cannot read property 'compile' of undefined
I get this error in my Browser Expo Developer Tools is disconnected from Expo CLI. Use the expo start command to start the CLI again.