Relative path in `npm:` specifier
I have this in my import map:
And I try to do this:
The error.
Any ideas? Is it possible in the first place?
And I try to do this:
The error.
Any ideas? Is it possible in the first place?
"@heroicons/react/": "npm:@heroicons/react@2.0.18/"import { Bars3Icon, BellIcon, XMarkIcon } from "@heroicons/react/24/outline";Failed to resolve the specifier ""@heroicons/react/24/outline"" as its after-prefix portion ""24/outline"" could not be URL-parsed relative to the URL prefix "npm:@heroicons/react@2.0.18/" mapped to by the prefix "@heroicons/react/"deno(resolver-error)