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 main.mts
error: Relative import path "events" not prefixed with / or ./ or ../
hint: If you want to use a built-in Node module, add a "node:" prefix (ex. "node:events").
at file:///home/david/dev/scratch/main.mts:1:25
Works fine with auto or global. This is probably due to conflicting with the node:events built-in module.