Skip to content

Instantly share code, notes, and snippets.

@gorvelyfab
Created September 4, 2017 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gorvelyfab/cf964999ddcfa8ce67d69dca3345fcaa to your computer and use it in GitHub Desktop.
Save gorvelyfab/cf964999ddcfa8ce67d69dca3345fcaa to your computer and use it in GitHub Desktop.
Fix gulp watch error (ENOSPC) #217 on Linux
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