You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all: thank you for this project & your contributions to open source (!)
Then the reason for this issue:
Currently the hostname unofficial-builds.nodejs.org hostname doens't have IPv6 reachability. This is tricky at IPv6 only networks;
Adding IPv6 support would be greatly appreciated ;)
Workaround
For now I managed to continue by setting up a reverse proxy, which will be used if you specify the --dist-url when running npm install. Not ideal but it may work for others on IPv6 only networks:
Why is your gyp trying to install from unofficial builds? The releases here are only for some of the architectures that aren't officially supported, but the headers should be the same as the official release ones.
Hi!
First of all: thank you for this project & your contributions to open source (!)
Then the reason for this issue:
Currently the hostname
unofficial-builds.nodejs.org
hostname doens't have IPv6 reachability. This is tricky at IPv6 only networks;nslookup:
Adding IPv6 support would be greatly appreciated ;)
Workaround
For now I managed to continue by setting up a reverse proxy, which will be used if you specify the
--dist-url
when runningnpm install
. Not ideal but it may work for others on IPv6 only networks:E.g. if you want to install the
ed25519
package:The text was updated successfully, but these errors were encountered: