sudo rm /etc/resolv.conf
sudo bash -c 'echo "nameserver 8.8.8.8" > /etc/resolv.conf'
sudo bash -c 'echo "[network]" > /etc/wsl.conf'
sudo bash -c 'echo "generateResolvConf = false" >> /etc/wsl.conf'
sudo chattr +i /etc/resolv.conf
Created
June 4, 2024 16:03
-
-
Save aldyahsn/8a96d2d0e45892ac3153803d8094134a to your computer and use it in GitHub Desktop.
Node.js and NPM network dramatically slow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment