Can't get working in Deno
I've been told Sapphire works in Deno, but when I tried to run my project as-is, I get this error.

Solution
I'm going to use this message to mark as resovled with @Answer Overflow. The TL;DR is that Deno's node modules compatibility is kind of garbage and the solutions are
- Stick to NodeJS. @vladdy and I are of the opinion that OP's issues with Node can be solved with Node, it just requires some environment setup.
- Use Bun instead of Deno, we fully support it and it does have proper support for node modules.
- Stick to NodeJS. @vladdy and I are of the opinion that OP's issues with Node can be solved with Node, it just requires some environment setup.
- Use Bun instead of Deno, we fully support it and it does have proper support for node modules.
