Toolchain for Windows Installer

Hi,

After a clean install of the toolchain, when I run the “make all PLATFORM=electron -s” command, I get this output:

Can't locate Archive/Zip.pm in @INC (you may need to
install the Archive::Zip module) (@INC contains: blib/lib lib 
/usr/lib/perl5/site_perl /usr/share/perl5/site_perl 
/usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl 
/usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at 
/c/Particle/Toolchain/MinGW/msys/1.0/bin/crc32 line 7.BEGIN failed--compilation aborted at /c/Particle/Toolchain/MinGW/msys/1.0/bin/crc32 line 7.
text    data     bss     dec     hex filename
34676     568    1484   36728    8f78 ../../../build/target/user-part/platform-10-m/user-part.elf

After this I tried installing the toolchain on a laptop with a fresh Windows10 installation. The same thing happened.
The first time, in the setup, I unchecked the “Git”, “Particle Firmware”, and “Netbeans” options. The second time I left the “Git” option checked. Am I having this problem because I didn’t do a full install?

I’m using Visual Studio Code to edit my code and I did a manual clone of the repository.

Thank you!