This is similar to [#30](https://github.com/joytocode/lighthouse-lambda/issues/30), but even with the latest version, getting the following error. ``` "errorType": "Error", "errorMessage": "connect ECONNREFUSED 127.0.0.1:41901", "code": "ECONNREFUSED", "errno": "ECONNREFUSED", "syscall": "connect", "address": "127.0.0.1", "port": 41901, "stack": [ "Error: connect ECONNREFUSED 127.0.0.1:41901", " at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1128:14)" ] ``` Any idea what could be wrong? `lighthouse-lambda: 3.1.1` code is basically the started template from the readme file
This is similar to #30, but even with the latest version, getting the following error.
Any idea what could be wrong?
lighthouse-lambda: 3.1.1code is basically the started template from the readme file