Error on install #728
gonzoweb-git
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm struggling to install. I keep getting this error.
I'd appreciate any ideas to solve. Many thanks
Unable to start driver RequestError: getaddrinfo EAI_AGAIN extend.eufylife.com
at ClientRequest. (/usr/src/app/node_modules/got/dist/source/core/index.js:970:111)
at Object.onceWrapper (node:events:628:26)
at ClientRequest.emit (node:events:525:35)
at ClientRequest.origin.emit (/usr/src/app/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
at TLSSocket.socketErrorListener (node:_http_client:494:9)
at TLSSocket.emit (node:events:513:28)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) {
code: 'EAI_AGAIN',
timings: {
start: 1675762482339,
socket: 1675762482348,
lookup: 1675762487441,
connect: undefined,
secureConnect: undefined,
upload: undefined,
response: undefined,
end: undefined,
error: 1675762487534,
abort: undefined,
phases: {
wait: 9,
dns: 5093,
tcp: undefined,
tls: undefined,
request: undefined,
firstByte: undefined,
download: undefined,
total: 5195
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions