Module not found "https://deno.land/std@0.224.0/node/events.ts"
I want to try out denodb orm https://eveningkid.com/denodb-docs/, but I keep getting this error message:
error: Module not found "https://deno.land/std@0.224.0/node/events.ts".
at https://raw.githubusercontent.com/Zhomart/dex/930253915093e1e08d48ec0409b4aee800d8bd0c/lib-dyn/deps.ts:7:24
... also when trying with newer forks.
It seems that https://deno.land/std@0.224.0/node does not exist any more, is that right?
Should it be replaced with a reference to some other module?
1 Reply
0.224.0 does not have a
/node
directory