When I add a dependency in my code, the deno.lock
file gets updated and I see that the package’s URL is visible in deno.lock
.
Now when I remove the import from my code and run deno cache --reload <file.ts>
, the previous URL is still visible.
Ideally I’d want the state to be such that I never installed that package.