Replies: 1 comment
-
|
Yes, the version number was correctly bumped, this sounds like a global install vs. local install issue. I cannot reproduce the issue you're talking about. mkdir test-lighthouse
cd test-lighthouse
npm i lighthouse
./node_modules/.bin/lighthouse --version
> 7.3.0Double check |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Might just be a configuration error on my end but when I checked my lighthouse version it prompted me to update from 7.2.0 to 7.3.0, after doing so, I only get given the version number 7.2.0 after re-running lighthouse --version (the prompt asking to update also disappeared).
lighthouse --version: 7.2.0npm view lighthouse version: 7.3.0yarn why lighthouse: 7.3.0Lighthouse generated reports also say 7.2.0, any way I can confirm which version is installed?
Beta Was this translation helpful? Give feedback.
All reactions