Closed aotol closed 2 years ago
I was following the instruction on page: https://www.npmjs.com/package/node-pushnotifications
It was all good till recently, NodeJS start complaining during runtime: TypeError: PushNotifications is not a constructor
At line: const push = new PushNotifications(settings);
@aotol Thank you for reporting this. Did it work with v1.7.1 but stopped working with v1.7.2 ?
Should be fixed in v1.7.3
I was following the instruction on page: https://www.npmjs.com/package/node-pushnotifications
It was all good till recently, NodeJS start complaining during runtime: TypeError: PushNotifications is not a constructor
At line: const push = new PushNotifications(settings);