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
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
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.