electron 来源 http://ftp.loongnix.cn/electron/LoongArch/
直接安装
export ELECTRON_MIRROR=http://ftp.loongnix.cn/electron/LoongArch/
npm install electron@^31.0.0或者 更改 package.json
export ELECTRON_MIRROR=http://ftp.loongnix.cn/electron/LoongArch/
npm pkg set devDependencies.electron="^31.0.0"
npm install具体支持版本,请查看来源网站