D
Deno
J
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
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 optimizations
S
subbed / help
14mo ago
deno compile error
A
Auxy / help
16mo ago
Deno compile optimization
M
mallquest / help
3y ago
Deno compile with --include
C
carragom / help
6mo ago