Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSR package manifest for '@std/datetime' failed to load. expected value at line 1 column 1 #24577

Closed
scarf005 opened this issue Jul 14, 2024 · 2 comments

Comments

@scarf005
Copy link
Contributor

Steps to reproduce

$ 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

Version

deno 1.45.2+e0cfc9d (canary, x86_64-unknown-linux-gnu)
v8 12.7.224.12
typescript 5.5.2

@dsherret
Copy link
Member

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.

@scarf005
Copy link
Contributor Author

after reloading import works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants