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
Basically I ran deno upgrade --canary and then deno run --unstable someFile.ts shortly after. Deno then notifies about a new canary being available, even though I am on the latest version already.
deno upgrade --canary
Looking up latest canary version
Found latest version 1410e4adea5d399f9551ff04c6863862f169ee7a
Checking https://dl.deno.land/canary/1410e4adea5d399f9551ff04c6863862f169ee7a/deno-x86_64-unknown-linux-gnu.zip
36.1 MiB / 36.1 MiB (100.0%)
Deno is upgrading to version 1410e4adea5d399f9551ff04c6863862f169ee7a
Archive: /tmp/.tmpJJ01pQ/deno.zip
inflating: deno
Upgraded successfully
deno run --unstable someFile.ts
A new canary release of Deno is available. Run `deno upgrade --canary` to install it.
deno --version
deno 1.27.1+1410e4a (canary, x86_64-unknown-linux-gnu)
v8 10.8.168.4
typescript 4.8.3
deno upgrade --canary
Looking up latest canary version
Local deno version 1.27.1+1410e4a is the most recent release
The text was updated successfully, but these errors were encountered:
Basically I ran
deno upgrade --canary
and thendeno run --unstable someFile.ts
shortly after. Deno then notifies about a new canary being available, even though I am on the latest version already.The text was updated successfully, but these errors were encountered: