Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use lighthouse-batch with latest lighthouse version #82

Open
monsuj opened this issue Sep 1, 2023 · 2 comments
Open

How to use lighthouse-batch with latest lighthouse version #82

monsuj opened this issue Sep 1, 2023 · 2 comments

Comments

@monsuj
Copy link

monsuj commented Sep 1, 2023

HI There,

I am trying to run lighthouse batch but it always taking lighthouse version 8.6.0

How can i modify lighthouse-batch to use latest lighthouse version 11.0.0.

I have tried updating "package.json" with

"dependencies": {
"commander": "^2.9.0",
"lighthouse": "^11.0.0",
"shelljs": "^0.8.4"
}
then npm install
but its giving me error as while running lighthouse-batch:

C:\Windows\System32>lighthouse-batch
Failed to find Lighthouse CLI, aborting.

Please note that lighthouse 11.0.0 is already installed in my machine:
C:\Windows\System32>lighthouse --version
11.0.0

@tiansengkear
Copy link

Hi @monsuj,

Lighthouse v11.1.0 folder directory is difference from v8.3.0
You will need to update the following locations:

From
lighthouse-cli
To
cli

Thanks!

@joelhsmith
Copy link

Hi @mikestead would you be willing to release a new version of lighthouse-batch that runs on the latest version of Lighthouse?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants