/ npmrc.template
npmrc.template
1  # Copy or rename this file to .npmrc to enable the mirror registry
2  # Example:
3  #   cp npmrc.template .npmrc    (Linux / macOS)
4  #   copy npmrc.template .npmrc  (Windows cmd)
5  # WARNING: Do NOT commit authentication tokens or private credentials to the repo.
6  ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
7  ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/