Closed johndeighan closed 2 days ago
That sounds like an error in Deno itself? (We definitely don't import any Deno packages ourselves.) What version of Deno are you using? I had no trouble in a fresh install:
$ deno add npm:@danielx/civet
Add npm:@danielx/civet@0.8.15
$ deno --version
deno 2.1.1 (stable, release, x86_64-pc-windows-msvc)
v8 13.0.245.12-rusty
typescript 5.6.2
I can successfully install this package using
npm
, but not usingdeno add
:Is there perhaps an error that NodeJS doesn't detect? Note that @std/async is a Deno package - if you don't support Deno yet, I'm not sure why that's being imported???