Skip to content

Instantly share code, notes, and snippets.

@nguyenbathanh
Created April 6, 2016 03:35
Show Gist options
  • Save nguyenbathanh/bc87c2d2bba3a69c30a6ab5dbb7ae4dd to your computer and use it in GitHub Desktop.
Save nguyenbathanh/bc87c2d2bba3a69c30a6ab5dbb7ae4dd to your computer and use it in GitHub Desktop.
Ionic serve - Error: watch ENOSPC fix
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