Incorrect OS. node-notify requires Mac OS 10.8 or higher
Closed this issue · 1 comments
mikaelbr commented
New error in OSX 10.10 Yosemite
"Incorrect OS. node-notify requires Mac OS 10.8 or higher"Notification are not operable.
mikaelbr commented
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.