denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
98.2k stars 5.41k forks source link

`deno add npm:@aws-cdk/aws-ecs` appears to hang forever #26430

Open cbgbt opened 1 month ago

cbgbt commented 1 month ago

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.

cbgbt commented 1 month ago

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.