D
Deno
I
Deno
β’
3y ago
β’
3 replies
Inplex-sys
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
PS> deno compile --no-terminal -A main.ts
Version
:
v8 12
.1
.285
.6
typescript 5
.3
.3
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
"deno compile --no-terminal" is not working
I
Inplex-sys / help
3y ago
Deno compile with SupaBase doesn't work
S
skyluke83 / help
14mo ago
Deno compile with --include
C
carragom / help
6mo ago
Problem with Deno's compile
I
iherman / help
6mo ago