sindresorhus / electron-store

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

rename config.json fail #271

Closed Xiaoer361 closed 7 months ago

Xiaoer361 commented 7 months ago

sometimes when i store.set something ,it will throw this Error Error EPERM: operation not permitted, rename 'C:\Users\Administrator\AppData\Roaming\xxx\config.json.tmp-666169244123a1b3' -> 'C:\Users\Administrator\AppData\Roaming\xxx\config.json'

sindresorhus commented 7 months ago

The error is coming from https://github.com/fabiospampinato/atomically You'll need to open an issue there.