I work with Ubuntu machine on windows.I install lighthouse on my ubuntu and when I try to run it fail.
Error: connect ECONNREFUSED 127.0.0.1:36107 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) { errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 36107}
The same projects run well on my mac os.How can I fix this issue on ubuntu with WSL?
Thanks.