For me, it was Nginx. The problem was Nginx trying to connect to port 80 while the port was occupied by another process, so I freed up the port 80:
netsh http add iplisten ipaddress=::
Resources: Nginx- error: bind() to 0.0.0.0:80 failed. permission denied