electron-vue-exam-single/.npmrc
2025-08-16 21:18:01 +08:00

18 lines
580 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 设置npm镜像源为淘宝镜像
registry=https://registry.npmmirror.com/
# 设置electron下载镜像
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
# 设置electron-builder下载镜像
ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/
# 设置node-pre-gyp镜像用于sqlite3、bcrypt等原生模块
NODE_PRE_GYP_GITHUB_TOKEN=token
node_pre_gyp=https://npmmirror.com/mirrors/node-pre-gyp/
# 设置python路径如果需要
python=python3
# 设置代理(可选,如果有网络代理)
# https-proxy=
# proxy=