deno icon indicating copy to clipboard operation
deno copied to clipboard

better handling of package.json in a workspace member

Open nathanwhit opened this issue 4 months ago • 2 comments

Currently we only enable BYONM if the package.json is at the root. If the package.json is in a workspace member, we silently stop using BYONM and start using the global cache. This leads to confusing situations like #26125.

nathanwhit avatar Oct 11 '24 10:10 nathanwhit