deno
deno copied to clipboard
`deno add npm:@aws-cdk/aws-ecs` appears to hang forever
Version: Deno 2.0.0-2.0.2
Based on the debug logs, it appears to be some kind of issues with deduplicating dependencies as it does resolution.
I believe I am mistakenly using the unsupported AWS CDK v1 libraries and this isn't a problem on v2. I'm happy to close this or leave it open in case it indicates a possible bug.
Most likely related to https://github.com/denoland/deno/issues/26626 and peer dependency handling.
Maybe also fixed by https://github.com/denoland/deno/pull/28586
Not fixed yet. It's creating massive IDs when running deno install --log-level=debug (so massive, github doesn't seem to want to allow me to paste them in here)