webdriver-manager update命令总是第一次失败,但之后通过

Dub*_*Dev 7 selenium webdriver selenium-webdriver webdriver-manager

webdriver-manager update第一次执行时,总是会看到以下错误

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)
Run Code Online (Sandbox Code Playgroud)

但是,每当我再次运行它时,它总是成功执行。我仅在我目前的公司中经历过这种情况,而且我知道其他同事也会遇到这种情况,因此我认为它一定是代理人,但无法理解它以后如何成功通过。

我们将不胜感激任何关于如何更好地排除故障的解决方案或建议。

注意:我正在使用powershell执行命令

Hom*_*ker 0

我在以前版本的 webdriver-manager 中出现过同样的错误。唯一修复它的方法是升级到最新版本。我们也在代理后面,所以这可能是问题所在。也许可以在https://github.com/angular/webdriver-manager/issues下重新发布此内容,以便开发人员接收它?