You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ['**/*', '!**/node_modules/**'] to watch, which I assume has something to do with the problem. OSX doesn't allow that many files to be watched at once or somesuch.
The text was updated successfully, but these errors were encountered:
I'm running grunt-contrib-watch v~0.5.3 with node v0.10.24 and npm v1.3.21 on OSX Mavericks.
When I run
grunt
with my default task set to watch, it's fine until I change a file, at which point I get:(CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
I'm using
['**/*', '!**/node_modules/**']
to watch, which I assume has something to do with the problem. OSX doesn't allow that many files to be watched at once or somesuch.The text was updated successfully, but these errors were encountered: