nodejs.org is advertising both IPv4 and IPv6 addresses:
> dig nodejs.org AAAA
...
nodejs.org. 235 IN AAAA 2400:cb00:2048:1::6814:162e
nodejs.org. 235 IN AAAA 2400:cb00:2048:1::6814:172e
> dig nodejs.org A
...
nodejs.org. 203 IN A 104.20.23.46
nodejs.org. 203 IN A 104.20.22.46
However, connections to the IPv6 addresses simply hang until the client times out. This means that remote nvm commands, when curl chooses to try v6, take a minimum of 2 minutes. This is true of the newest nvm (0.29.0).
nodejs.org is advertising both IPv4 and IPv6 addresses:
However, connections to the IPv6 addresses simply hang until the client times out. This means that remote
nvmcommands, whencurlchooses to try v6, take a minimum of 2 minutes. This is true of the newestnvm(0.29.0).