entropic-dev / entropic

🦝 :package: a package registry for anything, but mostly javascript 🦝 🦝 🦝
https://discourse.entropic.dev/
Apache License 2.0
5.29k stars 152 forks source link

bug: getaddrinfo ENOTFOUND registry.entropic.dev registry.entropic.dev:443 #273

Closed niklabh closed 5 years ago

niklabh commented 5 years ago

Is this a feature request or a bug?

bug

Expected behavior:

cli commands works

Actual behavior:

FetchError: request to https://registry.entropic.dev/ping failed, reason: getaddrinfo ENOTFOUND registry.entropic.dev registry.entropic.dev:443

Steps to replicate:

run ./cli/lib/main.js ping

removing family:6 from cli/lib/fetch.js works

Environment info (where relevant)

node version v10.16.0 Linux ubuntu 5.0.0-16-generic ds version master

zacanger commented 5 years ago

Duplicate of #228 See also #183, #177, #229