Deno Add syntax?
It's clear that
But why doesn't
work?
Neither does, from documentation
Has the use of deno.land/x been removed from
Or is there some other way of getting
deno add jsr:@luca/cases works.But why doesn't
deno add cliffy@v1.0.0-rc.7
error: cliffy@v1.0.0-rc.7 was not found in either jsr or npm.work?
Neither does, from documentation
deno add @std/path @std/assert
error: @std/path is missing a prefix. Did you mean deno add jsr:@std/path?Has the use of deno.land/x been removed from
deno add?Or is there some other way of getting
deno add to find the latest for me, automatically.