Skip to content

deno compile does not work (2.2.11) #28982

Closed
Closed
@gowoonhae

Description

@gowoonhae

Version: Deno 2.2.11

Hello. This comment was written with google translate.

I was studying about a web server that serves static resources with Deno.serve() and executes API functions with file-based routing.

The environment is windows. In deno run, I changed only the command to deno compile and created an .exe file, but it compiles but does not run.

When I lowered the version to 2.2.10, it ran well. I used deno-x86_64-pc-windows-msvc.zip.

deno run --allow-all main.ts

possible

deno compile --allow-all main.ts

automatically downloads the light version, compiles, but does not run

Metadata

Metadata

Assignees

No one assigned

    Labels

    compilerelated to the `deno compile` featurehigh priorityRequires an immediate release after being fixed.needs investigationrequires further investigation before determining if it is an issue or notwindowsRelated to Windows platform

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions