0👍
✅
From the comments:
There’s a an Electron
folder in:
C:\Users\<USERNAME>\AppData\Roaming\Electron
.
You could delete that whole folder or just vuex.json
or even change the values inside vuex.json
. This only applies to development builds.
If you’ve already installed the Electron application (i.e. you build the app for a target platform and ran the installer) the directory on Windows would be C:\Users\<username>\AppData\Local\<YOUR_APP_NAME>
Don’t know where MacOS puts installed things
Source:stackexchange.com