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