Skip to content

Instantly share code, notes, and snippets.

@aldyahsn
Created June 4, 2024 16:03
Show Gist options
  • Select an option

  • Save aldyahsn/8a96d2d0e45892ac3153803d8094134a to your computer and use it in GitHub Desktop.

Select an option

Save aldyahsn/8a96d2d0e45892ac3153803d8094134a to your computer and use it in GitHub Desktop.
Node.js and NPM network dramatically slow
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment