dylang / grunt-notify

Automatic Notifications when Grunt tasks fail.
https://npmjs.org/package/grunt-notify
MIT License
921 stars 73 forks source link

grunt-notify not working after removing Growl #110

Closed TheBox193 closed 9 years ago

TheBox193 commented 9 years ago

I've been using grunt-notify for a while, I tried out Growl for a day for some other unrelated notification work, then removed Growl a day later. However now in my main project grunt-notify is no longer kicking off my OS X notifications. The current config has remained untouched, and growl-notify is still working for coworkers.

Is there any places grunt-notify caches information that I should clear, or maybe known remnants that Growl may have left behind that grunt-notify would interpret as 'gowl is installed' ? It seems that the check that growl-notify may be doing is not fully accurate.

TheBox193 commented 9 years ago

Removing /usr/local/bin/growlnotify resolved. Closing.