Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save renatoassis01/dae9a462767657945eaafa6a439b1c40 to your computer and use it in GitHub Desktop.
Save renatoassis01/dae9a462767657945eaafa6a439b1c40 to your computer and use it in GitHub Desktop.
React Native Error: ENOSPC: System limit for number of file watchers reached
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment