Node Notifier not working in production | what i am doing wrong?

404 Views Asked by At

I am using node-notifier version 10.0.0. It is working fine when I run the app in development but it not working after build.

below is my code

notifier.notify(
        {
          appName: 'com.libonomy.wallet',
          title: 'Test',
          message: 'Current version is up-to-date.',
          sound: true,
          appID: 'com.libonomy.wallet',
          wait: false,
          timeout: 5,
        })

Please help me if I am doing something wrong.

0

There are 0 best solutions below