D
Deno
Can I pre-cache dependencies that I specify using npm:? - Deno
T
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
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Remap transient npm dependencies
M
Mark G / help
8mo ago
When I use npm: node: specifiers how can I specify the version?
B
block_hacks / help
3y ago
How to install npm dev dependencies?
F
florent / help
16mo ago
`deno install` installs workspace members' npm dependencies, but not jsr dependencies?
H
hosi / help
17mo ago