mikaelbr / node-notifier

A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
MIT License
5.73k stars 322 forks source link

It doesn't work on MacOS BigSur #364

Closed MaxLevs closed 3 years ago

MaxLevs commented 3 years ago

I was trying to run examples:mac:input it on MacOS BigSur. And nothing happened. It just waited some time and closed with timeout event.

vikasraj789 commented 3 years ago

@MaxLevs Can you share how it was resolved, as I am facing the same issue in MacOS BigSur, but works in Catalina.

MaxLevs commented 3 years ago

@vikasraj789 I didn't resolve it. I've just use another way.

vikasraj789 commented 3 years ago

@MaxLevs Thanks for your prompt reply. Can you let me know the alternative you have used?

MaxLevs commented 3 years ago

@MaxLevs Thanks for your prompt reply. Can you let me know the alternative you have used?

I run terminal command via node.js. There is terminal-notifier that can make notifications through terminal. It looks like a trash but still works.

vikasraj789 commented 3 years ago

@MaxLevs Thanks

LucaAlicata commented 3 years ago

check if you have "do not disturb" on, that was my problem