Trouble Packaging
bvallier opened this issue · comments
Which version of Electron are you using ?
v1.7.9
push-receiver
requires at least v1.8.1 for async/await
support. You could build it using babel if you really need to support electron 1.7
PS: Now I see that I made a typo and the peer dependency warning is not shown 😅
Alright, thought that could be it. Let me upgrade and I can confirm back here. Thanks for the library - you've done a nice job.
i updated to latest version:
npm install --save-dev electron@latest
All is well. Thank you!