Deno compile is broken for me
Not sure if I broke my install of Deno or what but
deno compile
results in:
Deleting cache folders doesn't seem to change anything. I'm on an ARM Mac, if that helps.3 Replies
GitHub
denoland/deno
A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub.
GitHub
Deno compile is broken for me · Issue #30177 · denoland/deno
deno 2.4.2 (stable, release, aarch64-apple-darwin) v8 13.7.152.14-rusty typescript 5.8.3 Not sure if I broke my install of Deno or what but deno compile results in: error: Writing deno compile exec...
My issue was resolved by deleting the lockfile SMH. https://github.com/denoland/deno/pull/30189
GitHub
fix(compile): do not include managed npm deps when graph does not h...
Closes #30177 (along with #30188)