-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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/collections' failed to load. trailing characters at line 53 column 1 #25967
Comments
Do you have this problem is you delete a lockfile? |
I opened denoland/deno_cache_dir#62 In the meantime, you can run |
yes, $ deno clean
Removed /home/scarf/.cache/deno (1081 files, 50.57MB)
$ deno task changelog --since "1 week ago" --until 2024-09-30
# (works, output truncated)
# edit read_commits.ts for a bit
$ deno task changelog --since "1 week ago" --until 2024-09-30
Task changelog deno run -A scripts/changelog/changelog_reddit.ts "--since" "1 week ago" "--until" "2024-09-30"
error: JSR package manifest for '@david/dax' failed to load. trailing characters at line 13 column 1
$ deno clean
Removed /home/scarf/.cache/deno (1181 files, 51.38MB)
$ deno task changelog --since "1 week ago" --until 2024-09-30
# (works, output truncated) |
Kill all running deno processes and try again. There's probably an lsp using the new version that's caching stuff. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
JSR package manifest for '@std/datetime' failed to load. expected value at line 1 column 1
#24577 but this time--reload
cache doesn't work.~/.cache/deno
scripts/
,deno.jsonc
andimport_map.json
is relevant)Version
The text was updated successfully, but these errors were encountered: