I have had an epiphany and read the documentation ;):
Trying to run electron I found that some libraries are missing in Ubuntu 20.4 when installed as WSL2.
Doing
sudo apt install libnss3
sudo apt-get install libxss1
fixed the issue.
I have had an epiphany and read the documentation ;):
Trying to run electron I found that some libraries are missing in Ubuntu 20.4 when installed as WSL2.
Doing
sudo apt install libnss3
sudo apt-get install libxss1
fixed the issue.