DenoDDeno
Powered by
tmcwT
Denoβ€’3y agoβ€’
20 replies
tmcw

Can I pre-cache dependencies that I specify using npm:?

Hi! Trying to figure out the right way to combine Deno's module support to make our deploys consistent. In particular, I was using
esm.sh
esm.sh
URLs, but just hit some CDN errors so that made me switch to
npm:
npm:
in hopes of it being more reliable. But afaict
deno vendor
deno vendor
doesn't vendor npm dependencies? What's the right combination of things to do to deploy reliably?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Remap transient npm dependencies
Mark GMMark G / help
8mo ago
When I use npm: node: specifiers how can I specify the version?
block_hacksBblock_hacks / help
3y ago
How to install npm dev dependencies?
florentFflorent / help
16mo ago
`deno install` installs workspace members' npm dependencies, but not jsr dependencies?
hosiHhosi / help
17mo ago