Closed kkitay closed 6 years ago
I found that this issue https://github.com/nathanbuchar/electron-settings/issues/84 had the answer to my problem: I was requiring a file that required electron-settings outside of the app.on('ready')
callback. After moving it all in, things are working fine.
Glad to hear you figured it out :)
one users had Mac OS 10.10 and I'm finding out about the other. This only happens to users installing for the first time. I feel like this is an electron-settings bug, and needs to create the directory before trying to save.
My repo is here: https://github.com/kkitay/raccoon/