I am trying to install Protractor on the companies Windows laptop. One of the steps is to run webdriver-manager update
command in the console. When running it, i am getting the following error. Do you know how can i bypass the error?
webdriver-manager update
events.js:163
throw er; // Unhandled 'error' event
^
Error: unable to get local issuer certificate
at TLSSocket.<anonymous> (_tls_wrap.js:1084:38)
at emitNone (events.js:86:13)
at TLSSocket.emit (events.js:188:7)
at TLSSocket._finishInit (_tls_wrap.js:606:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:436:38)