Skip to content

Instantly share code, notes, and snippets.

@yayMark
Created March 9, 2018 22:05
Show Gist options
  • Save yayMark/d10eada1a75f68e3aff59b387c1fa37b to your computer and use it in GitHub Desktop.
Save yayMark/d10eada1a75f68e3aff59b387c1fa37b to your computer and use it in GitHub Desktop.
Fix gulp watch error with Gaze on Ubuntu
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
from Sebastián Gurin (cancerberoSgx) https://github.com/gulpjs/gulp/issues/217
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment