Importing NPM packages with `npm:` where package has `@` in the name
I want to import the package
@hono/zod-openapi
, version 0.30
I tried to add to my deno.json
like so:
but it doesn't work:
I also tried: removing the leading @
and tried @hono@0.3.0/zod-openapi
but those don't work either.1 Reply
Seems like a bug. Can you open an issue about it in the Deno repo?
Scoped packages are definitely supported, it might be a problem with an import map implementation