-
Notifications
You must be signed in to change notification settings - Fork 81
punycode module is deprecated #83
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels