deno
deno copied to clipboard
Loading `npm:jsx-email` makes REPL hang
Version: Deno 2.4.5
$ deno
Deno 2.4.5
exit using ctrl+d, ctrl+c, or close()
REPL is running with all permissions allowed.
To specify permissions, run `deno repl` with allow flags.
> import { render } from "npm:jsx-email";
.... hangs ....
I have to Ctrl+C to get out of the REPL.
My deno.json is as follows:
{
"nodeModulesDir": "auto"
}
The same issue exists with deno bundle.
Just a note: the problem still exists with 2.5.4
Confirming here again: this both makes the repl hang and also takes 100% of CPU and fills memory.