-
Notifications
You must be signed in to change notification settings - Fork 189
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
Error "Runtime error encountered: No Chrome installations found." #214
Comments
Thanks for filing @pcgeek86! As a general rule we won't be able to resolve every Chrome installation which is why the If this is a pretty common installation pattern though we'd gladly accept a PR to add it to our list of automatic checks :) |
I have the same problem! |
Thanks for mentioning the Here's a simple work-around, using PowerShell to set the environment variable. This assumes that Google Chrome is already running on your system.
|
Can it just check the existing Scoop Chromium's path:
|
Summary
On Windows 10, I use the Scoop package manager to install Chromium, Google Chrome, and Node.js. When I run
chrome.exe
from a PowerShell terminal, it launches Chromium 84, which includes lighthouse in the DevTools.When I run
lighthouse
CLI, I received an error statingRuntime error encountered: No Chrome installations found.
It seems that something in how
lighthouse
CLI searches for Chrome installations is borked?Provide the steps to reproduce
What is the current behavior?
What is the expected behavior?
lighthouse runs successfully
Environment Information
Related issues
GoogleChrome/lighthouse#847
The text was updated successfully, but these errors were encountered: