bayleedev / electron-notifications

:boom: A node module for sending notifications in electron applications.
MIT License
133 stars 54 forks source link

Problem build app #3

Closed candidoalberto closed 8 years ago

candidoalberto commented 8 years ago

Hello @blainesch , thanks for the plugin.

it works well when the development environment .

But when build app , gives the following error:

teste

bayleedev commented 8 years ago

What's the output of process.versions ?

candidoalbertosilva commented 8 years ago

processversion

bayleedev commented 8 years ago

The destructuring I'm doing isn't available until Chrome 49, and you're using 47. I'd recommend upgrading your electron version.

Alternatively, if you want to downgrade the es6 in this repo to es5, I'll accept the pull request.