Skip to content

punycode module is deprecated #83

@PHuhn

Description

@PHuhn

I'm getting the following error when trying to test my .Net 7.0 web application that sends an email, on Windows 10 Pro computer, using version v21.3.0 of node:

>fake-smtp-server --smtp-port 25 --http-port 9888 --max 10
INFO: SMTP server listening on 0.0.0.0:25
(node:29676) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
INFO: HTTP server listening on http://0.0.0.0:9888
ERROR: Uncaught exception: TypeError: Cannot set property errored of #<Readable> which has only a getter
ERROR: Uncaught exception: TypeError: Cannot set property errored of #<Readable> which has only a getter

My unit test fails due to timeout.

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