denoland / deployctl

Command line tool for Deno Deploy
https://deno.com/deploy
MIT License
346 stars 57 forks source link

TypeError when trying to run any command on darwin (JSR version) #303

Open pomdtr opened 7 months ago

pomdtr commented 7 months ago
$ 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