Closed LadyBo closed 1 year ago
The breakage was created in 1.4.0 and fixed in 1.4.1, but this only applies to node/npm versions that support the exports
field. Looks like your node/npm combo doesn't support this but we should have still accounted for this in a breaking release.
Merging into https://github.com/GoogleChrome/lighthouse/issues/15085, but will fix this.
FAQ
URL
https://gitlab.x2sy.com/
What happened?
Lighthouse has been updated ~16 hours ago and the minor version was changed (https://www.npmjs.com/package/lighthouse-logger).
But this change causes problems on Node 10.18.1
It is specified as ^1.0.0 in chrome-launcher dependencies.
Considering that there was such a global change in the structure of the project, shouldn't this be reflected in the major version of the tool, and not in the minor one?
What did you expect?
It would be really helpful to make this update as the Major version change and leave the last supported version 1.3.0 as it was before
What have you tried?
No response
How were you running Lighthouse?
node
Lighthouse Version
1.4.1, 1.3.0
Chrome Version
96.0.4664.45
Node Version
10.18.1
OS
No response
Relevant log output
No response