Chromium version on Puppeteer build

31 Views Asked by At

I have an application using puppeteer with electron. To build it, i used electron-builder. The problem is when i try to run the code in somebody else's PC. I always have to manually install node.js and the puppeteer (22.3.0), but i want the person have to just open the .exe.

I already tried to setup it with Inno Setup, or even run a bat that install node and puppeteer, but none of it worked. The only way i found was to manually install. I don't understand why it doesn't go with the building process.

0

There are 0 best solutions below