I am working in company project and running my project ReactJs app using gulp From last few months when ever i am trying to access localhost using URL https://localhost.comapny.com:8443/ its keep refreshing every second even if i have not done any code changes still it keeps refreshing every second(some days it will not be refreshing like this in mozilla browser) and i can see this below error this my terminal from where i had run gulp
[HPM] Error occurred while trying to proxy request /node_modules/olt-global-styles/images/halflings.png? from localhost.homedepot.com:8443 to https://localhost.company.com:8443/ (ECONNRESET) (https://nodejs.org/api/errors.html#errors_common_system_errors)
But this same project code is working for all of my colleagues without any issues.

