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.