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 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: