Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection issue for intranet environment behind proxy #9

Open
pillsilly opened this issue Dec 11, 2020 · 0 comments
Open

Connection issue for intranet environment behind proxy #9

pillsilly opened this issue Dec 11, 2020 · 0 comments

Comments

@pillsilly
Copy link

`
ngrx-uml diagram --baseDir=./
Starting...
Use ts-config file: ./tsconfig.json
getMember - unknown node kind PropertyAssignment
getMember - unknown node kind PropertyAssignment
getMember - unknown node kind PropertyAssignment
Items converted
Items rendered
events.js:291
throw er; // Unhandled 'error' event
^

Error: connect ETIMEDOUT 104.31.71.56:80
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1145:16)
Emitted 'error' event on ClientRequest instance at:
at Socket.socketErrorListener (_http_client.js:428:9)
at Socket.emit (events.js:314:20)
at emitErrorNT (internal/streams/destroy.js:92:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
errno: 'ETIMEDOUT',
code: 'ETIMEDOUT',
syscall: 'connect',
address: '104.31.71.56',
port: 80
}

`

as seen, the execution doesn't work even if my proxy were set,
the proxy was set for the level of both npm and bash, the proxy does work for other node package which requires remote connection, includes post install scripts.

only ngrx-uml doesn't work with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant