Open tomasz-zukowski opened 8 months ago
This may be caused by either axios
update or node
update — TL;DR chances are your localhost resolves to IPv6 and your server does listen only on IPv4 so using 127.0.0.1 is the safest bet.
Maybe duplicate of:
Hello, I'm facing some issue after updating from v6.0.0 to v7.2.0. Trying to run wait-on by defining scripts in npm in my angular project:
The server was starting, but nothing more was heppening. I used --verbose parameter and here is the errors I've got:
As mentioned it was working well on v6.0.0. I also noticed that when I use 127.0.0.1 instead of localhost then it works well.