Skip to content

Instantly share code, notes, and snippets.

@devisaah
Created March 29, 2021 11:25
Show Gist options
  • Save devisaah/1489d2f3137e231d3cd82153e7e6bfe0 to your computer and use it in GitHub Desktop.
Save devisaah/1489d2f3137e231d3cd82153e7e6bfe0 to your computer and use it in GitHub Desktop.
FATAL: Listen error: unable to monitor directories for changes.
FATAL: Listen error: unable to monitor directories for changes.
Visit https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers for info on how to fix this.
Solved:
$ 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