DEV Community

Discussion on: Learn Deno: Chat app

Collapse
 
assertnotnull profile image
Patrice Gauthier

That's very interesting.
Do you know how is the caching of libraries locally with this new approach?

Collapse
 
aralroca profile image
Aral Roca

Is centralised for all your projects in the same folder. If you run deno info you can see where is stored.

➜  deno info
DENO_DIR location: "/Users/aralroca/Library/Caches/deno"
Remote modules cache: "/Users/aralroca/Library/Caches/deno/deps"
TypeScript compiler cache: "/Users/aralroca/Library/Caches/deno/gen"