sindresorhus / electron-store

Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
MIT License
4.61k stars 150 forks source link

config.json file not found #246

Open njmulsqb opened 1 year ago

njmulsqb commented 1 year ago

Hi,

I am building an app using the code at https://github.com/CodeDraken/electron-todo but the issue is that while running the app, I cant find any config.json file stored in my root directory. I need to remove data from it, can you please help me locate the JSON file where the data is being store. Data store configuration is same as the one mentioned in the above repo

finnd0 commented 1 year ago

Did you find a solution? I have the same problem

yiyi-001 commented 1 year ago

An error occurs when the packaged program of electron-store is installed and run: cannot find module ‘conf’, image how to slove this issue