Y
Hacker News
new
|
ask
|
show
|
jobs
by
mattwad
1206 days ago
So, if I'm using URLs for dependencies, effectively I can't code while I'm offline? I know it's not the norm, but there have been plenty of times I needed to work without internet.
2 comments
whstl
1206 days ago
No. Deno supports vendoring, caching and locking of dependencies just like other ecosystem.
They are not fetched every time you run the app.
link
schemescape
1206 days ago
I’m fairly certain Deno caches the downloaded artifacts locally. There’s also tooling for downloading all dependencies:
https://deno.land/manual@v1.29.1/tools/vendor
link
They are not fetched every time you run the app.