You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried installing lighthouse 7.4.0 and it's there inside the node_modules but the reports still list the version as 6.4.0 making me think theres probably more to change than just the JSON files.
looks like performance-leaderboard@4.2.0 uses Lighthouse 7.3.0 but the reports still say 6.5.0 even though 4.2.0 is installed.
I'm currently manually overriding it using this: const lighthouse = require("./node_modules/lighthouse/lighthouse-core/index.js");
with lighthouse 7.4.0 installed in speedlify-live\node_modules\performance-leaderboard
I tried installing lighthouse 7.4.0 and it's there inside the node_modules but the reports still list the version as 6.4.0 making me think theres probably more to change than just the JSON files.
https://github.com/GoogleChrome/lighthouse/releases
The text was updated successfully, but these errors were encountered: