addyosmani/webpack-lighthouse-plugin

unable to connect to Chrome --skip-autolaunch

AdrienLemaire opened this issue · 1 comments

After installing this plugin and configuring it in my webpack conf, when starting webpack, it will fail on the plugin with the following output

Unable to connect to Chrome
If you're using lighthouse with --skip-autolaunch, make sure you're running some other Chrome with a debugger.                                                                        
error Command failed with exit code 1.

What would be the proper way to fix this issue ?

Do you have a repository with a reproduction I can test against? Thanks!