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: error: Uncaught (in promise) Error: attempt to write a readonly database: Error code 8: Attempt to write a readonly database
However, deleting the ~/.cache/deno directory did not solve the issue.
I confirmed that the /tmp/deno_cache directory was also being created, and deleting that resolved the problem. It seems that this /tmp/deno_cache is not displayed in the output of deno info.
It appears that this cache is generated by ext/cache, but since it originates from extensions, is it not considered part of the standard functionality?
The text was updated successfully, but these errors were encountered:
Hello, team.
I encountered this error:
However, deleting the
~/.cache/deno
directory did not solve the issue.I confirmed that the /tmp/deno_cache directory was also being created, and deleting that resolved the problem. It seems that this /tmp/deno_cache is not displayed in the output of
deno info.
Here’s the output from running
deno info
:It appears that this cache is generated by
ext/cache
, but since it originates from extensions, is it not considered part of the standard functionality?The text was updated successfully, but these errors were encountered: