-
Notifications
You must be signed in to change notification settings - Fork 477
Expo Developer Tools is disconnected from Expo CLI. Use the expo start command to start the CLI again #3084
Comments
I am experiencing the exact same issue. I am running the same versions of expo, node, and npm and my OS is bigSur. I have uninstalled and re-installed globally expo-cli. Removed the node modules and package-lock.json and npm install again. I have read that "watchman" might need to be installed but I had no success with that package either. Any tips or advice would be very much appreciated |
I'm also having this issue. It was working 2 days ago, but upon starting back up this morning I'm getting the same error. I uninstalled then re-installed the expo-cli globally, deleted my node modules and package-lock.json, npm installed, but to no avail. expo version: 4.0.17 |
I ran the following commands in the order: npm install And it worked ! |
For me watchman is not installing. |
@rohyadav - because watchman is required to use react-native on macos, and so this applies to expo as well. we list it in our installation instructions: https://docs.expo.io/get-started/installation/#1-expo-cli you may be able to get away with not having watchman for a bit depending on how big your project is and what your file watcher limit is set to, but eventually it will likely be needed. you can see that the same issue occurs on create-react-app: facebook/create-react-app#4540 - as well as many other projects. you can google the error to find many more. if you are having trouble installing watchman, you can share more information here and we may be able to help, but someone has likely encountered the same error already and reported it to the watchman issues. watchman installation instructions: https://facebook.github.io/watchman/docs/install.html |
deleted my node modules and package-lock.json |
Yes it works. |
😈 >expo start
Starting project at /Users/rohit/@Home/Workspace/React_Native/weather-app
Expo DevTools is running at http://localhost:19002
Opening DevTools in the browser... (press shift-d to disable)
Starting Metro Bundler
exp://192.168.43.27:19000
To run the app, choose one of:
› Scan the QR code above with the Expo app (Android) or the Camera app (iOS).
› Press a for Android emulator, or i for iOS simulator, or
w to run on web.
› Press e to send a link to your phone with email.
Press ? to show a list of all available commands.
Logs for your project will appear below. Press Ctrl+C to exit.
Error: EMFILE: too many open files, watch
at FSEvent.FSWatcher._handle.onchange (internal/fs/watchers.js:178:28)
Getting above error:
What is have done so far for fix this.
delete the node_modules and package.lock.json file as-well and then *npm install
and after so many tries same issue.
how can i fix this. even earlier it was working but suddenly doing a dev. after rebuilding getting this issue.
expo version:- 4.0.17
node version: - v14.15.3
npm version:- 6.14.9
OS:- MacOs Catalina
The text was updated successfully, but these errors were encountered: