the framework core has been made into an npm package (ee-core) .

    note: Please try to use the electron version in the repository , have been tested in windows, macOS, Ubuntu, other versions can not guarantee stability (electron update frequency is too high, the new version has many bugs) .

    • upgrade ee-core

      1. # Upgrade to the latest
      2. npm install ee-core@latest
    • upgrade electron, the current version is 13.6.9

      1. npm install electron@16.13.0 --save-dev

    note: correspondence between electron and node.js versions