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
It seems like nessie is using a comically old version of god_crypto which for some reason did not pin the standard library at the time. This is a bug with nessie and should probably be reported.
Warning Implicitly using latest version (0.205.0) for https://deno.land/std/hash/mod.ts
TypeError: Module not found "https://deno.land/std/hash/mod.ts".
at https://deno.land/x/[email protected]/src/eme_oaep.ts:1:28
at async ClientSQLite._migrationHandler (https://deno.land/x/[email protected]/clients/AbstractClient.ts:246:37)
at async ClientSQLite._migrate (https://deno.land/x/[email protected]/clients/AbstractClient.ts:103:7)
at async ClientSQLite.migrate (https://deno.land/x/[email protected]/clients/ClientSQLite.ts:107:5)
at async Command.migrate [as fn] (https://deno.land/x/[email protected]/cli/commands.ts:138:3)
at async Command.execute (https://deno.land/x/[email protected]/command/command.ts:1794:7)
at async Command.parseCommand (https://deno.land/x/[email protected]/command/command.ts:1639:14)
at async cli (https://deno.land/x/[email protected]/cli.ts:29:3)
at async run (https://deno.land/x/[email protected]/cli.ts:139:5)
at async https://deno.land/x/[email protected]/cli.ts:158:1 {
code: "ERR_MODULE_NOT_FOUND"
}
The text was updated successfully, but these errors were encountered: