We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beginning of my code :
const { app, BrowserWindow, ipcMain, Menu, Notification, nativeImage } = require("electron"), Store = require("electron-store"), store = new Store()
When I'm running my app, i've got a : "App threw an error during load TypeError: Store is not a constructor"
It worked well some weeks ago...
Thanks for your help
The text was updated successfully, but these errors were encountered:
Ok, solved by uninstalling and installing older version (from 10.0.1 to 8.1.0)
Sorry, something went wrong.
You can convert main and preload to esm
The same issue occurred in my Vite project, and eventually I switched toelectron-conf
No branches or pull requests
Beginning of my code :
When I'm running my app, i've got a :
"App threw an error during load
TypeError: Store is not a constructor"
It worked well some weeks ago...
Thanks for your help
The text was updated successfully, but these errors were encountered: