Skip to content

Run old version of lighthouse on command line #14803

Answered by connorjclark
SusanaSEO asked this question in General
Discussion options

You must be logged in to vote

You can explicitly install it (for example, globally: npm install -g lighthouse@9.6.0)

Or run it like so: npx lighthouse@9.6.0 https://www.example.com --view (note, you need to not be inside a npm project directory, otherwise it defers to the local lighthouse version if specified in a package.json)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by SusanaSEO
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants