We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I am on Linux behind a proxy. I have the http_proxy and https_proxy environment variables set. I am using neu CLI: v9.4.0
http_proxy
https_proxy
neu CLI: v9.4.0
$ neu create myApp neu: INFO Downloading neutralinojs/neutralinojs-minimal template to myApp directory... node:events:491 throw er; // Unhandled 'error' event ^ Error: connect ECONNREFUSED 140.82.121.4:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1487:16) Emitted 'error' event on Writable instance at: at eventHandlers.<computed> (/usr/local/lib/node_modules/@neutralinojs/neu/node_modules/follow-redirects/index.js:14:24) at ClientRequest.emit (node:events:513:28) at TLSSocket.socketErrorListener (node:_http_client:496: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: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '140.82.121.4', port: 443 } Node.js v18.13.0
Are environment variables honored ? Is there a way to use neu create from behind a proxy?
neu create
The text was updated successfully, but these errors were encountered:
@Fabien-B The error message ECONNREFUSED typically means that a TCP connection attempt was refused by the server you should try using sudo
ECONNREFUSED
sudo
Sorry, something went wrong.
@shalithasuranga please assign this issue to me my approach: add a support system for proxy setting to download
No branches or pull requests
I am on Linux behind a proxy. I have the
http_proxy
andhttps_proxy
environment variables set.I am using
neu CLI: v9.4.0
Are environment variables honored ? Is there a way to use
neu create
from behind a proxy?The text was updated successfully, but these errors were encountered: