You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when running the app: Relative import path "@cliffy/internal/runtime/get-env" not prefixed with / or ./ or ../ and not in import map from "https://deno.land/x/cliffy@v1.0.0-rc.7/command/command.ts"
I also get the error if running the example in the web: deno run --allow-net=localhost:8080,deno.land https://deno.land/x/cliffy@v1.0.0-rc.7/examples/command.ts
The error doesn't happen if using jsr: jsr:@cliffy/command@1.0.0-rc.7
Is this expected or do I have to change something? I have tried removing deno cache (I actually removed deno completely and installed it again) and it doesn't solve it.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi! I have this in my
deno.json
:The thing is, when trying to update to rc.7, by changing it to:
I get this error when running the app:
Relative import path "@cliffy/internal/runtime/get-env" not prefixed with / or ./ or ../ and not in import map from "https://deno.land/x/cliffy@v1.0.0-rc.7/command/command.ts"
I also get the error if running the example in the web:
deno run --allow-net=localhost:8080,deno.land https://deno.land/x/cliffy@v1.0.0-rc.7/examples/command.ts
The error doesn't happen if using jsr:
jsr:@cliffy/command@1.0.0-rc.7
Is this expected or do I have to change something? I have tried removing deno cache (I actually removed deno completely and installed it again) and it doesn't solve it.
Thanks in advance!
The text was updated successfully, but these errors were encountered: