-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS X Mavericks Incompatible? #228
Comments
I've just found out that the issue is pertinent to node fs.watch, and is already tracked here nodejs/node-v0.x-archive#6269 |
Sorry, this issue have been already reported here #204 |
long story short: Just update node to 0.10.21 |
Thanks a ton, it's took me whole night!!!! |
I have been working on a project for a couple weeks. I wish I would have seen this earlier. 💩 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've just updated to the new version of OS X (10.9) and realized that my watch task doesnt work anymore. Whenever I try save after the start of the grunt watch, I got the message:
And even when using --stack as suggested, nothing really useful is provided. Any other task just works, but even with no 'watch' event listener, I keep receiving the same error message from the watch task.
The text was updated successfully, but these errors were encountered: