Skip to content

'Scala.js Com failed: ECONNREFUSED' for Com runs with Node.js 19 #27

@carlosedp

Description

@carlosedp

Apparently error reported in #12 returned recently.

Had to add the same workaround, adding List("--dns-result-order=ipv4first") as an argument to node and it fixed.

As I use mill, I added: def jsEnvConfig = T(JsEnvConfig.ExoegoJsDomNodeJs(args = List("--dns-result-order=ipv4first"))).

Don't know if the error is in this lib or mill itself but the workaround above worked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions