When attempting to update the selenium webdriver using the "webdriver-manager", an error occurred:
Error: Got error Error: read ECONNRESET from https://selenium-release.storage.googleapis.com/2.48/selenium-server-standalone-2.48.2.jar
Error: Got error Error: read ECONNRESET from https://selenium-release.storage.googleapis.com/2.48/selenium-server-standalone-2.48.2.jar
fs.js:60
throw err; // Forgot a callback but don't know where? Use NODE_DEBUG=fs
^
Error: EPERM: operation not permitted, unlink 'C:\Users\user_name\AppData\Roaming\npm\node_modules\protractor\selenium\selenium-server-standalone-2.48.2.jar'
at Error (native)
The cause of this issue is unknown. Attempts to update Protractor also failed.
It was also attempted to run the command prompt as administrator and execute the following command:
webdriver-manager update --ignore_ssl
Your assistance in resolving this matter would be greatly appreciated.