BalliAsghar / Mailsy

⚡️ Quickly generate a disposable email straight from terminal.
486 stars 10 forks source link

homebrew mailsy returns an error to do with node promises? #15

Closed vincentardern closed 5 months ago

vincentardern commented 6 months ago

command: mailsy g

output:

⠹ creating...node:internal/process/promises:289
            triggerUncaughtException(err, true /* fromPromise */);
            ^

<ref *2> Error: getaddrinfo ENOTFOUND api.mail.tm
    at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
  errno: -3008,
  code: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  hostname: 'api.mail.tm',
  config: { _...<snipped from here on>..._
mikekellyonline commented 6 months ago

My suggestion would be to run the following commands in order:

  1. brew uninstall mailsy
  2. brew update
  3. brew upgrade
  4. brew doctor
  5. brew install mailsy
BalliAsghar commented 5 months ago

use npm, brew is no longer supported!