We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091352a commit 3211804Copy full SHA for 3211804
README.md
@@ -249,7 +249,8 @@ network interaction.
249
There are a wide variety of networking issues that can occur while running `corepack` commands. Things to check:
250
251
- Make sure your network connection is active.
252
-- Make sure the host for your request can be resolved by your DNS; try using `curl [URL]` from your shell.
+- Make sure the host for your request can be resolved by your DNS; try using
253
+ `curl [URL]` (ipv4) and `curl -6 [URL]` (ipv6) from your shell.
254
- Check your proxy settings (see [Environment Variables](#environment-variables)).
255
256
## Contributing
0 commit comments