I am getting this error when I run npm start inside my project directory, I created app using create-react-native-app firstapp as installed create-react-native-app using npm -g, I dont know what's wrong I tried searching for this error online but got no luck with it
I think I was supposed to get a QR code on that link (http://localhost:19002) but it gives me above error
There is no other error on the page or in terminal
Try run your app with expo start, so will be run Developer tools on http://localhost:19002.
But first you need install Expo with npm install -g expo-cli, then create your app with expo init firstapp.