Deno compile is broken for me

Not sure if I broke my install of Deno or what but deno compile results in:
error: Writing deno compile executable to temporary file 'build/linux/chronver.tmp-aa3bc710d3e7d9b6'

Caused by:
0: Building npm vfs.
1: Resolving target path for '/Users/netopwibby/Library/Caches/deno/npm/registry.npmjs.org/@esbuild/linux-x64/0.17.17'
2: No such file or directory (os error 2)
error: Writing deno compile executable to temporary file 'build/linux/chronver.tmp-aa3bc710d3e7d9b6'

Caused by:
0: Building npm vfs.
1: Resolving target path for '/Users/netopwibby/Library/Caches/deno/npm/registry.npmjs.org/@esbuild/linux-x64/0.17.17'
2: No such file or directory (os error 2)
Deleting cache folders doesn't seem to change anything. I'm on an ARM Mac, if that helps.
3 Replies
marvinh.
marvinh.2mo ago
GitHub
denoland/deno
A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub.
netop://ウィビ
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...
netop://ウィビ
My issue was resolved by deleting the lockfile SMH. https://github.com/denoland/deno/pull/30189

Did you find this page helpful?