Closed smorimoto closed 4 years ago
FYI: @kt3k
Seems working 👍
kt3k-mac:deno kt3k$ deno info
DENO_DIR location: "/Users/kt3k/.asdf/installs/deno/1.0.4/.cache/deno"
Remote modules cache: "/Users/kt3k/.asdf/installs/deno/1.0.4/.cache/deno/deps"
TypeScript compiler cache: "/Users/kt3k/.asdf/installs/deno/1.0.4/.cache/deno/gen"
I learned for the first time that I can check with it 😅
It will set
DENO_DIR
in the asdf directory if the version is notsystem
, and the user does not explicitly setDENO_DIR
.