bombillazo
bombillazo10mo ago

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
manzt
manzt10mo ago
manzt
manzt10mo ago
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-packages
Stack 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