Closed ashish91 closed 9 years ago
It sounds like you'll need to increase your max_user_watches
: http://stackoverflow.com/questions/16748737/grunt-watch-error-waiting-fatal-error-watch-enospc
Or check to make sure you don't have a pattern running loose and watching a ton of unintended files.
Thanks @shama, solved the problem. kudos :+1:
Thanks @shama, solved the problem
Following is my gulp task:
My colleague is not getting this error who's on 0.5.1 version. I checked that
glob-watcher
package was using0.5.2
version in my case.I searched through SO and all says to upgrade to 0.5.x version but I am seeing the issue still in
0.5.1