mikaelbr/gulp-notify

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

Closed this issue · 9 comments

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

Notification are not operable.

I'm moving this to node-notifier, which handles the actual notification.
See the issue here: mikaelbr/node-notifier#12

I will leave this open until it's fixed!

I've fixed this issue with this patch: https://github.com/mikaelbr/node-notifier/commit/fd1476d376f2e20b725b054fd5287c9bc86b2caf.patch

The new version of node-notifier (v3.0.1) should work as planned. You can update using npm. :-)

I assured update but receiving same error … Just FYI

Thank you,
Bryan Stober

On Jun 3, 2014, at 1:50 PM, Mikael Brevik notifications@github.com wrote:

I've fixed this issue with this patch: https://github.com/mikaelbr/node-notifier/commit/fd1476d376f2e20b725b054fd5287c9bc86b2caf.patch

The new version of node-notifier (v3.0.1) should work as planned. You can update using npm. :-)


Reply to this email directly or view it on GitHub.

Could you try running this sw_vers -productVersion in the terminal? You are sure you are running node-notifier 3.0.1? Try doing npm ls node-notifier for instance.

I'm getting this error with the latest version on Mac 10.10 as well.

I see. I'm not running 10.10 myself, so I can't reproduce it. If someone could paste the output from running sw_vers -productVersion that would be great!

It returns

10.10

Fantastic, thanks. It should be working now. I'm having some issues with travisci, but the latest version of node-notifier (3.0.02) should support the latest Mac OS X.

3.0.3 has everything working perfectly. Thanks so much!