Skip to content

Instantly share code, notes, and snippets.

@yeahdongcn
Created October 22, 2018 01:36
Show Gist options
  • Save yeahdongcn/4debf46b8b830227a1ae231b3ff2441b to your computer and use it in GitHub Desktop.
Save yeahdongcn/4debf46b8b830227a1ae231b3ff2441b to your computer and use it in GitHub Desktop.
If you encounter some checksum failure, probably you'd better to clear the cache and try it again.
Cache location
The location of the cache depends on the operating system, the defaults are:
Linux: $XDG_CACHE_HOME or ~/.cache/electron/
MacOS: ~/Library/Caches/electron/
Windows: $LOCALAPPDATA/electron/Cache or ~/AppData/Local/electron/Cache/
You can set the ELECTRON_CACHE environment variable to set cache location explicitly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment