I packed the electron example project electron-quick-start, with electron-builder "s instruction electron-builder-- win-- ia32. I basically didn"t change it, and there were no errors in the packaging process. However, the output installation package is as big as 97m after installation, and it is always reported that there is a lack of dependencies
if I add the missing modules to the dependencies in package.json and continue to report the lack of other modules after the next package, do I have to write all the dependent modules into dependencies?? Ask the great god for guidance, thank you