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
$ deno
> import "jsr:@std/datetime"
Uncaught TypeError: JSR package manifest for '@std/datetime' failed to load. expected value at line 1 column 1
at async <anonymous>:1:22
We think this might have been caused by f6fd661 which is why it was reverted in e0cfc9d , but it seems like your version is the reverted version. Did you happen to download jsr:@std/datetime on the previous canary then upgrade and run the code in the new one?
Using the --reload flag should purge the cache. Let me know if this is reproducible with --reload.
Steps to reproduce
Version
deno 1.45.2+e0cfc9d (canary, x86_64-unknown-linux-gnu)
v8 12.7.224.12
typescript 5.5.2
The text was updated successfully, but these errors were encountered: