Error when doing a manual build

Hello All
I am trying to depoly an angular app manually (as i am currently battling for an agreement to renew the licence) and I am coming across the following error. I run npm install and I am greeted with a list of errors. I then run npm audit fix --force as recommended but i then get the following error:-

4535 verbose Windows_NT 10.0.19044
4536 verbose node v18.16.0
4537 verbose npm v9.5.1
4538 error code 128
4539 error An unknown git error occurred
4540 error command git --no-replace-objects ls-remote ssh://git@github.com/akorchev/ng2d3.git
4541 error Connection reset by 140.82.121.3 port 22
4541 error fatal: Could not read from remote repository.
4541 error
4541 error Please make sure you have the correct access rights
4541 error and the repository exists.
4542 verbose exit 128
4543 timing npm Completed in 63514ms
4544 verbose unfinished npm timer reify 1683812344515
4545 verbose unfinished npm timer reify:loadTrees 1683812344518
4546 verbose code 128
4547 error A complete log of this run can be found in:
4547 error C:\Users\ORanger\AppData\Local\npm-cache_logs\2023-05-11T13_39_02_211Z-debug-0.log

Anyones help on this would be appreciated.

Please dont worry.I have solved this issue and come across another. For those who find this via Google* and you are using a Windows machine like me, open Powershell and type:-

$env:NODE_OPTIONS="--openssl-legacy-provider"

then follow the instructions as set out