RJKeane2000

Results 2 comments of RJKeane2000

I ran into the same thing running on Windows locally. According to this [StackOverflow article](https://stackoverflow.com/questions/72648487/node-js-16-17-changed-resolution-of-localhost), starting in Node 17, `Node.js no longer re-sorts results of IP address lookups and returns...

I was able to find a workaround that's not too bad. I set NODE_OPTIONS="--dns-result-order=ipv4first". This appears to be backwards compatible. I ran this with Node 16 (Linux) as well as...