When I execute webdriver-manager update
for the first time I always see the following error
PS H:\> webdriver-manager update
webdriver-manager: using global installed version 12.1.2
[09:55:15] I/config_source - curl -oC:\Users\myusername\AppData\Roaming\npm\node_modules\webdriver-manager\selenium\standalone-response.xml https://selenium-release.storage.googleapis.com/
[09:55:15] I/config_source - curl -oC:\Users\myusername\AppData\Roaming\npm\node_modules\webdriver-manager\selenium\chrome-response.xml https://chromedriver.storage.googleapis.com/
[09:55:15] I/config_source - curl -oC:\Users\myusername\AppData\Roaming\npm\node_modules\webdriver-manager\selenium\gecko-response.json https://api.github.com/repos/mozilla/geckodriver/releases
events.js:183
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TLSWrap.onread (net.js:622:25)
However, whenever I run it again it always executes successfully. I have experienced this only in my current company and I know it also occurs for other colleagues so I assume it must somehow be the proxy but cannot understand how it passes successfully afterwards.
Any solutions or recommendations of how to better troubleshoot from my end would be greatly appreciated.
Note: I'm using powershell to execute the commands