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
# Upgrade to the latest
npm install ee-core@latest
upgrade electron, the current version is 13.6.9
npm install electron@16.13.0 --save-dev