Closed khcd closed 4 years ago
Hi @kang-chen, ECONNREFUSED
error can the cause of a number of underlying reasons. Did you try to disable the firewall?
Hi @alan-agius4 thanks for reply, I can confirm firewall is disabled. Also VPN is disabled too.
This example repo works correctly: https://github.com/angular/universal
The mystery is that the bundle compilation step is fine, receiving the message:
'Compiled successfully.' and then
'connect` ECONNREFUSED 127.0.0.1:
resolved as my repo was on ng 8 and producing various conflicts, have since upgraded to same version as example (ng9)
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Getting a ECONNREFUSED 127.0.0.1: when running "@nguniversal/builders": "^9.1.1". Port not in use any ideas?
command:
npm run ssr:dev
following example universal appPORT_NUMBER seems to be distributed from range from 5xxx to 6xxx
π Bug report
What modules are related to this issue?
@nguniversal/builders
Is this a regression?
No
Description
Compilation is fine and then when builder starts a server get notification: connect ECONNREFUSED 127.0.0.1:53233
Did a mac port scan and reveals this port is not in use.
π¬ Minimal Reproduction
npm run ssr:dev
on ng 9 applicationπ₯ Exception or Error
π Your Environment