# miao-electron **Repository Path**: ling1314/miao-electron ## Basic Information - **Project Name**: miao-electron - **Description**: miao-electron - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-24 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### ```shell # electron 和 sqlite3 需要本地编译,就算设置npm的镜像地址也无法改变上游的依赖地址,需要强制指定后才能顺利下载依赖 $env:npm_config_sqlite3_binary_host_mirror="https://npmmirror.com/mirrors/sqlite3/" $env:ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" $env:npm_config_better_sqlite3_binary_host_mirror="https://npmmirror.com/mirrors/better-sqlite3" ```