Deno Cache location
Hello, I am trying to cache my dependencies during the compile action using Github Actions, where does deno locate the cache when d dependencies on Ubuntu?
2 Replies
Dependency Inspector | Deno Docs
deno info [URL] will inspect an ES module and all of its dependencies.
I guess you could be certain by running
deno info
, but it looks like $HOME/.cache/deno
https://stackoverflow.com/questions/61799309/where-can-i-see-deno-downloaded-packagesStack Overflow
Where can I see deno downloaded packages?
I am new to deno and currently exploring for a minimum viable project in deno. I want to like npm which downloads the npm packages inside the folder node_modules, similarly I want to see the deno