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
When a new dependency is installed using deno add npm:cowsay the entry is added to the package.json file instead of the more idiomatic deno.jsonc. It's easily worked around by just adding the entries to deno.jsonc instead, just a slightly rough edge.