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
$ deployctl --help
error: Uncaught (in promise) TypeError: Importing a JSR package via an HTTPS URL is not implemented. Use a jsr: specifier instead for the time being.
const darwin = await import("./token_storage/darwin.ts");
^
at async https://jsr.io/@deno/deployctl/1.12.0/src/utils/token_storage.ts:13:18
It works just fine when installing from deno.land
The text was updated successfully, but these errors were encountered:
pomdtr
changed the title
TypeError when trying to run any command on darwin
TypeError when trying to run any command on darwin (JSR build)
Mar 17, 2024
pomdtr
changed the title
TypeError when trying to run any command on darwin (JSR build)
TypeError when trying to run any command on darwin (JSR version)
Mar 17, 2024
It works just fine when installing from deno.land
The text was updated successfully, but these errors were encountered: