DenoDDeno
Powered by
jeff.hykinJ
Denoβ€’2y agoβ€’
2 replies
jeff.hykin

`deno compile` offline [Solved]

- I've got a sandbox (the nix packaging system requires it)
- I run
deno compile a.js
deno compile a.js
outside the sandbox. Works fine.
- I copy
$HOME/.cache/deno
$HOME/.cache/deno
into the sandbox
- I copy
$TMP
$TMP
into the sandbox
- I download
denort-x86_64-unknown-linux-gnu.zip
denort-x86_64-unknown-linux-gnu.zip
and copy it into the sandbox
- (I don't know where to put it)
- I run
deno compile a.js
deno compile a.js
in the sandbox (no internet permissions) and get:
- error sending request for url (https://dl.deno.land/release/v1.44.4/denort-x86_64-unknown-linux-gnu.zip)

Where can I put the denort.zip where deno will find it?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

deno compile optimizations
subbedSsubbed / help
14mo ago
deno compile error
AuxyAAuxy / help
16mo ago
Deno compile optimization
mallquestMmallquest / help
3y ago
Deno compile with --include
carragomCcarragom / help
6mo ago