Inplex-sys
Inplex-sys
DDeno
Created by Inplex-sys on 1/30/2024 in #help
Deno compile with "--no-terminal" don't work
I'm trying to compile a very simple file named main.ts
await Deno.writeTextFile('test.txt', 'Hello World');
await Deno.writeTextFile('test.txt', 'Hello World');
The problem is that after compiling and running the executable, it's doesn't work, it's showing nothing, but when i try to run the binary from a terminal it work. PS> deno compile --no-terminal -A main.ts Version: v8 12.1.285.6 typescript 5.3.3
4 replies
DDeno
Created by Inplex-sys on 1/27/2024 in #help
"deno compile --no-terminal" is not working
I'm trying to compile a very simple file named main.ts
await Deno.writeTextFile('test.txt', 'Hello World');
await Deno.writeTextFile('test.txt', 'Hello World');
The problem is that after compiling and running the executable, it's doesn't work, it's showing nothing, but it doesn't work, but when i try to run the binary from a terminal it work. PS> deno compile --no-terminal -A main.ts Version: v8 12.1.285.6 typescript 5.3.3
4 replies