Skip to content

Loading npm:jsx-email makes REPL hang #30599

@ramnivas

Description

@ramnivas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions