[Atom] How to fix getaddrinfo ENOTFOUND atom.io atom.io:443 error

Tadashi Shigeoka ·  Thu, October 13, 2016

When you run apm starred and get the error “getaddrinfo ENOTFOUND atom.io atom.io:443”, you can resolve it by running apm login to save your token.

Atom.io

Error message

$ apm starred
getaddrinfo ENOTFOUND atom.io atom.io:443

Resolve with apm login

$ apm login
Welcome to Atom!

Before you can publish packages, you'll need an API token.

Visit your account page on Atom.io https://atom.io/account,
copy the token and paste it below when prompted.

Press [Enter] to open your account page on Atom.io. 
Token> xxxxx
Saving token to Keychain ✓

The error message isn’t very clear, is it? 🤔

That’s all from the Gemba.