addyosmani / webpack-lighthouse-plugin

A Webpack plugin for Lighthouse
Apache License 2.0
290 stars 12 forks source link

unable to connect to Chrome --skip-autolaunch #17

Open AdrienLemaire opened 5 years ago

AdrienLemaire commented 5 years ago

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 ?

evenstensberg commented 5 years ago

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