Electron folder under /home/cache has reached 1.3GB.

I want to clean it but I don’t know how or would be wrong?

Is there a command like yarn cache clean?

  • Strit
    link
    fedilink
    171 year ago

    It’s a cache. It’s meant to be deleted from time to time, especially if the application is not good at it by itself.

    So simply delete the folder. Anything electron will need after that will be re-downloaded when the application is run again.