JonasJ
Denoβ€’3y agoβ€’
1 reply
Jonas

Convert to exe

I have made my Javascript program into an exe with deno: https://docs.deno.com/runtime/manual/tools/compiler

I use inquirer in my program. However, when I turn the program into an exe, I can no longer navigate in the console with the arrow keys. Generally, I can no longer write anything in the console. Can someone help me.
deno compile [--output ] will compile the script into a
Compiling Executables | Deno Docs
Was this page helpful?