mikaelbr/node-notifier

Incorrect OS. node-notify requires Mac OS 10.8 or higher

Closed this issue · 1 comments

From mikaelbr/gulp-notify#31

New error in OSX 10.10 Yosemite
"Incorrect OS. node-notify requires Mac OS 10.8 or higher"

Notification are not operable.

This is probably due to https://github.com/mikaelbr/node-notifier/blob/master/lib/utils.js#L60 .

From quick terminal tests:

> "10.9.3" >= "10.8"
true
> "10.10" >= "10.8"
false

Of course, as 10.1 is lower than 10.8.