NobbZ
How to use vendoring with node_modules
As trying to recreate a
DENO_DIR
via deno cache
creates different results on different machines, I have to assume that the lockfile is not enough.
So I wanted to try to vendor instead, so I set "vendor": true
in my deno.jsonc
and ran a single build, which creates a vendor
and a node_modules
folder. Even though I copied both, the vendor
and node_modules
to my git repository, the remote (airgapped) builder fails like this:
(there are much of the Download https://registry.npmjs.org/…
lines, all refer to npmjs of course)8 replies