I want to generate an .exe file from my project. The project its using puppeteer in javascript and run perfectly in Visual Studio Code compiles. But i want to send as an .exe to my friends and to other computers. How can i do it?
Asked
Active
Viewed 10 times
-1
-
Im not sure how this applies to visual studio code, but, if you want to compile a binary including your script, use the `pkg` tool that comes with electron (https://www.electron.build/configuration/pkg.html). – m3nda May 14 '22 at 07:01