Replies: 3 comments
-
I can confirm, pretty much the errors are same. In my case, I cannot use https://github.com/GoogleChromeLabs/bubblewrap in WSL2 because it needs to pass Lighthouse PWA checks. |
Beta Was this translation helpful? Give feedback.
-
the options passed to Lighthouse supports |
Beta Was this translation helpful? Give feedback.
-
I've tried specifying the hostname but that doesn't seem to take affect. |
Beta Was this translation helpful? Give feedback.
-
I am trying to get lighthouse working on WSL2. I believe I have all the correct components installed. The issue I think is around the ip address of the WSL2 virtual machine. Is there a way to pass the local machine ip address?
Here is the setup I used and the code I ran.
update wsl ubuntu 20 compponents
sudo apt curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash nvm install --lts nvm list
Code I am trying to run
error message
Beta Was this translation helpful? Give feedback.
All reactions