Skip to content

Doesn't work at all #37

@pbeneteau

Description

@pbeneteau

Hi, I try to make it work with the code sample of the doc:

const Notification = require('node-mac-notifier');
const notification = new Notification('Hello from node-mac-notifier', { body: 'It works!' });
notification.addEventListener('click', () => console.log('Got a click'));

But I receive no notification, nothing happens.

I use Mac OS 11.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions