sudo vi /etc/wsl.conf
add
[network]
generateResolvConf=false
In powershell run
wsl -l
to see *DistroName*
wsl --shutdown *DistroName*
Restart-Service LxssManager
might not be necessary
sudo rm /etc/resolve.conf
sudo vi /etc/resolv.conf
add nameserver 10.103.16.53
<- this can be obtained but running ipconfig /all
in windows command prompt and looking for DNS ip address
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs