Skip to content

How to fix the: "EMFILE: too many open files, watch" error in macOS

New Course Coming Soon:

Get Really Good at Git

A quick guide to how I solved a confusing React Native error

I was starting a React Native project on my MacBook Air but when running the command:

npx react-native start

I got an error that contained this line:

Error: EMFILE: too many open files, watch

I tried various ways to solve, until I found the suggestion to install the watchman utility using Homebrew.

I ran

brew install watchman

and that fixed the problem, because React Native internally was able to use watchman to watch files changes (used to provide hot reloading in the app to refresh it when a file is changed).

watchman looks like it’s more efficient than the built-in files watch system, since I got rid of that error.

Are you intimidated by Git? Can’t figure out merge vs rebase? Are you afraid of screwing up something any time you have to do something in Git? Do you rely on ChatGPT or random people’s answer on StackOverflow to fix your problems? Your coworkers are tired of explaining Git to you all the time? Git is something we all need to use, but few of us really master it. I created this course to improve your Git (and GitHub) knowledge at a radical level. A course that helps you feel less frustrated with Git. Launching May 21, 2024. Join the waiting list!
→ Get my React Beginner's Handbook
→ Read my full React Tutorial on The Valley of Code

Here is how can I help you: