Unable install appium driver uiautomator2 get : error code 1

Hello guys,
I am trying to install the uiautomator2 driver in appium using the command: appium driver install uiautomator2 And I get the following error:

npm ERR! Code 1
npm ERR! path C:\Users\MeironB\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-chromedriver
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node install-npm.js
npm ERR! [05:56:05] Error installing Chromedriver: unable to get local issuer certificate
npm ERR! [05:56:05] Error: unable to get local issuer certificate
npm ERR! at Function.AxiosError.from (C:\Users\MeironB\.appium\node_modules\appium-uiautomator2-driver\node_modules\axios\lib\core\AxiosError.js:89:14)
npm ERR! at RedirectableRequest.handleRequestError (C:\Users\MeironB\.appium\node_modules\appium-uiautomator2-driver\node_modules\axios\lib\adapters\http.js:606:25)
npm ERR! at RedirectableRequest.emit (node:events:526:35)
npm ERR! at ClientRequest.eventHandlers.<computed> (C:\Users\MeironB\.appium\node_modules\appium-uiautomator2-driver\node_modules\follow-redirects\index.js:14:24)
npm ERR! at ClientRequest.emit (node:events:514:28)
npm ERR! at TLSSocket.socketErrorListener (node:_http_client:495:9)
npm ERR! at TLSSocket.emit (node:events:514:28)
npm ERR! at emitErrorNT (node:internal/streams/destroy:151:8)
npm ERR! at emitErrorCloseNT (node:internal/streams/destroy:116:3)
npm ERR! at processTicksAndRejections (node:internal/process/task_queues:82:21)
npm ERR! [05:56:05] Downloading Chromedriver can be skipped by setting the 'APPIUM_SKIP_CHROMEDRIVER_INSTALL' environment variable.

npm ERR! A complete log of this run can be found in: C:\Users\MeironB\AppData\Local\npm-cache\_logs\2023-12-19T03_55_48_859Z-debug-0.log

Can anyone help me with this? Thank you

Your firewall (probably corporate) is blocking these certificates. Lots of good info on fixing this here: