Todos Metric Error when disabling lighthouse:default
Opened this issue · 0 comments
Ajod commented
Hi!
It's all in the title, I cloned the repository, used npm then ran node scan.js and it all went fine at first, showing the todos metric properly.
However, when commenting the "extends: 'lighthouse-default' line in the config, I get only the Todos Metric (as expected) however not a score on it, as it is replaced with a question mark is marked as an error.
Is there any way to get this working (namely, only running one's custom audits and not lighthouse's default audits and still getting an accurate score)
Note: I ran on both lighthouse 4.2.0 and 5.2.0 with the same issue.
Thank you for your time !