Lack of various dependencies after electron-builder is packaged

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
clipboard.png
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

Mar.24,2021

should have written the required package package into dependencies. If you don't write it, it's not standard

.
Menu