• 安装
    1.全局安装electron v17.4.7
    sudo ELECTRON_MIRROR=http://ftp.loongnix.cn/electron/LoongArch/ electron_use_remote_checksums=1 npm install -g electron@17.4.7
    2. 非全局安装electron v17.4.7
    ELECTRON_MIRROR=http://ftp.loongnix.cn/electron/LoongArch/ electron_use_remote_checksums=1 npm install electron@17.4.7