ThomasT
Denoβ€’2y agoβ€’
4 replies
Thomas

Should deno install work with jsr?

What am I doing wrong? When I try to install a CLI from jsr.io and then use it, I get an error message:

Install (example):
deno install --allow-read --allow-run -n dx -c ./deno.json jsr:@dx/dx


Execute:
dx --version


Error:
error: Module not found "jsr:@dx/dx".
Was this page helpful?