generated from garronej/ts-ci
-
-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Description
If I run keycloakify behind a corporate proxy, I get the following error:
$ npx keycloakify
π Building the keycloak theme...β
node:events:491
throw er; // Unhandled 'error' event
^
Error: connect ETIMEDOUT 140.82.121.3:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16)
Emitted 'error' event on ClientRequest instance at:
at TLSSocket.socketErrorListener (node:_http_client:494:9)
at TLSSocket.emit (node:events:513:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '140.82.121.3',
port: 443
}
Node.js v18.11.0
Note
The npm config vars https-proxy, no-proxy and proxy are set and work well for the dependency installation and within other projects.
Metadata
Metadata
Assignees
Labels
No labels