Forum Replies Created by DanielSore

Viewing 1 post (of 1 total)
  • in reply to: CanvasJS with Electron/Node.js #21257

    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

Viewing 1 post (of 1 total)