Error with relativ import path after "deno install"
Is it possible that imports in deno.json are ignored after "deno install"?
This works fine
But this throws an error:
error: Relative import path "std/fmt/colors.ts" not prefixed with / or ./ or ../
at .../handler.ts:1:29
This works fine
But this throws an error:
error: Relative import path "std/fmt/colors.ts" not prefixed with / or ./ or ../
at .../handler.ts:1:29