Skip to content

Instantly share code, notes, and snippets.

@St3ph-fr
Last active June 14, 2022 14:54
Show Gist options
  • Save St3ph-fr/2820294f7726d45374f78e9b09ef66c8 to your computer and use it in GitHub Desktop.
Save St3ph-fr/2820294f7726d45374f78e9b09ef66c8 to your computer and use it in GitHub Desktop.
// I put that here if that can help someone,
// if you have the error "dns.setDefaultResultOrder is not a function" in node.js (nodejs)
// or dns.setDefaultResultOrder("ipv4first");
// or TypeError: dns.setDefaultResultOrder is not a function
// in the Google Cloud IDE or not, you have to update your node js so enter : nvm install stable
// Then you need to make it default enter : nvm alias default stable
// If that can help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment