Saturday, May 25, 2013

Waiting...Fatal error: watch ENOSPC

If your getting the above error when run the watch command run the below command to solve it.

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

For more details please refer Grunt watch error - Waiting…Fatal error: watch ENOSPC