Solved!
Since Electron doesn’t support ES6 syntaxes, I used babel to convert from ES6 to CommonJS.
Anyway, there is a error on npm module in the following file:
node_modules/canvasjs/src/charts/index.js
The “export” syntaxes must be changed to “import”.
Best regards