安装
1.全局安装electron v19.1.9
sudo ELECTRON_MIRROR=http://ftp.loongnix.cn/electron/LoongArch/ electron_use_remote_checksums=1 npm install -g electron@19.1.9
2. 非全局安装electron v19.1.9
ELECTRON_MIRROR=http://ftp.loongnix.cn/electron/LoongArch/ electron_use_remote_checksums=1 npm install electron@19.1.9