Sunday, November 17, 2019

How to reset Electron Cache



The Electron stores it's cache in these folders:



The Electron stores it's cache in these folders:

Windows:
C:\Users\<user>\AppData\Roaming\<yourAppName>\Cache

Linux:
/home/<user>/.config/<yourAppName>/Cache

OS X:
/Users/<user>/Library/Application Support/<yourAppName>/Cache



So deleting these folders can also help you. Of course this is one time solution ;-)

References:
https://medium.com/how-to-electron/how-to-reset-application-data-in-electron-48bba70b5a49
https://stackoverflow.com/questions/31446782/how-to-clear-the-cache-data-in-electronatom-shell/44675132

No comments:

Post a Comment