deno icon indicating copy to clipboard operation
deno copied to clipboard

Loading `npm:jsx-email` makes REPL hang

Open ramnivas opened this issue 4 months ago • 2 comments

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.

ramnivas avatar Sep 02 '25 20:09 ramnivas

Just a note: the problem still exists with 2.5.4

ramnivas avatar Oct 17 '25 18:10 ramnivas

Confirming here again: this both makes the repl hang and also takes 100% of CPU and fills memory.

tmcw avatar Nov 27 '25 14:11 tmcw