Joseph
Install a local deno package
My first package, which I want to reuse, has deno.json:
(Omitting
task
, compilerOptions
and fmt
entries.)
The second package, which uses the first package as a dependency, has deno.json:
The patch url is correct, because it errors clearly if it isn't. Otherwise, deno run
in my second package produces error: JSR package not found: @jollywatt/zettelbuilder
11 replies