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
Hi, I have a strange issue and I can't figure what I'm doing wrong.
For context, I'm developping a Wordpress plugin using this library, and I do my test on my computer with a WAMP server (windows 11 OS, WAMP 3.3.8 64bit, with PHP 8.4.13).
I have chrome installed on my computer, I have setup my CHROME_PATH to "C:\Program Files\Google\Chrome\Application\chrome.exe" and yet when I use my function calling Lighthouse::url($url)->run() I get this error:
[17-Nov-2025 15:12:30 UTC] PHP Fatal error: Uncaught Spatie\Lighthouse\Exceptions\CouldNotRunLighthouse: Could not run Lighthouse. Error : `node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
ChromeNotInstalledError
at new LauncherError (file:///C:/wamp64/www/my_local_test_website/wp-content/plugins/website-analyzer-product/node_modules/chrome-launcher/dist/utils.js:22:22)
at new ChromeNotInstalledError (file:///C:/wamp64/www/my_local_test_website/wp-content/plugins/website-analyzer-product/node_modules/chrome-launcher/dist/utils.js:49:9)
at Launcher.launch (file:///C:/wamp64/www/my_local_test_website/wp-content/plugins/website-analyzer-product/node_modules/chrome-launcher/dist/chrome-launcher.js:205:23)
at Module.launch (file:///C:/wamp64/www/my_local_test_website/wp-content/plugins/website-analyzer-product/node_modules/chrome-launcher/dist/chrome-launcher.js:33:20)
at C:\wamp64\www\my_local_test_website\wp-content\plugins\website-analyzer-product\vendor\spatie\lighthouse-php\bin\lighthouse.js:7:41 {
message: 'No Chrome installations found.',
code: 'ERR_LAUNCHER_NOT_INSTALLED'
}
This discussion was converted from issue #70 on November 18, 2025 10:04.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a strange issue and I can't figure what I'm doing wrong.
For context, I'm developping a Wordpress plugin using this library, and I do my test on my computer with a WAMP server (windows 11 OS, WAMP 3.3.8 64bit, with PHP 8.4.13).
I have chrome installed on my computer, I have setup my CHROME_PATH to "C:\Program Files\Google\Chrome\Application\chrome.exe" and yet when I use my function calling
Lighthouse::url($url)->run()I get this error:can you tell me what I'm doing wrong please ?
Beta Was this translation helpful? Give feedback.
All reactions