I am trying to install and update the webdriver manager but getting the error as shown in image. Have tried all the solutions provided for similar questions. But still facing the same issue
Commands:
npm install protractor # successful
webdriver-manager update # error on this command
Till yesterday everything was working fine but all of sudden i started to get this error.
C:\Users\ABA13\workspace\Automation>webdriver-manager update events.js:160
throw er; // Unhandled 'error' event ^
Error: read ECONNRESET at exports._errnoException (util.js:1020:11) at TLSWrap.onread (net.js:568:26)
Please help. Thanks in advance.