Created by: joey-laminar
When using node 18 the old address
library is unable to resolve ip addresses. This causes running a local server to fail with
Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
- options.allowedHosts[0] should be a non-empty string.
similarly to the issue reported in #11762
The latest version of address
fixes this issue.
This will also relieve part of the pain that #11877 tries to solve (although that PR is still necessary in case the address resolution fails for other reasons).