illhouseyou
illhouseyou2y ago

Warning Implicitly using latest version (0.178.0) for...

Hello - Deno newb here. When running deno task start I get "Warning Implicitly using latest version (0.178.0) for https://deno.land/std/node/events.ts" The error below is then thrown which makes sense because https://deno.land/std@0.178.0/node/events.ts is a 404. error: Uncaught (in promise) TypeError: Module not found "https://deno.land/std/node/events.ts". at https://raw.githubusercontent.com/Zhomart/dex/930253915093e1e08d48ec0409b4aee800d8bd0c/lib-dyn/deps.ts:7:24 await import(entrypoint); ^ at async dev (https://deno.land/x/fresh@1.1.3/src/dev/mod.ts:187:3) How can I resolve this? Thanks!
4 Replies
ioB
ioB2y ago
Where are you getting this error? std/node was removed and added to deno core. You should now be using node:events.
illhouseyou
illhouseyou2y ago
Hi Lino, thanks for the reply. I think it's coming from https://deno.land/x/denodb@v1.2.0/mod.ts
illhouseyou
illhouseyou2y ago
The solution in that thread worked. Many thanks.