gimbal icon indicating copy to clipboard operation
gimbal copied to clipboard

Not generating lighthouse reports

Open Srihari88 opened this issue 5 years ago • 0 comments

I did try in my project but I'm getting error. This error is coming when I used the lighthouse in .gimbalrc.yaml file. If I removed the lighthouse it used to work

Error: connect ECONNREFUSED ::1:49716
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1136:16) {
  errno: -61,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '::1',
  port: 49716,
  friendlyMessage: undefined
}

Not able to see lighthouse results.

Srihari88 avatar May 15 '20 11:05 Srihari88