0

Due to the firewall at work (at least that's what I think it is...) I cannot download an npm package required by my angular project from github. It throws an error saying that it cannot connect to github and the file or directory does not exist. The repo is https://github.com/cmelange/ECL-3D-Components#v1.0 and it does exist. Is there a way around getting this to work except for waiting for my support department to get me through the firewall, they seemingly have not had time to look and I am stuck...

I added "ecl3d": "git+https://git@github.com/cmelange/ECL-3D-Components.git#v1.0" to my package.json and ran npm i with no result so far. I have asked the support department and they are seeing me ping a request to github.com[0: 140.82.118.4] but are not allowing it.

PS C:\Users\tassc\Projects\Configurator> npm i
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/cmelange/ECL-3D-Components.git
npm ERR! 
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 140.82.118.3]: errno=No such file or directory
npm ERR!
npm ERR!
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\tassc\AppData\Roaming\npm-cache\_logs\2020-01-20T09_51_53_197Z-debug.log

The error file generated https://hatebin.com/itpujucggp

0 Answers0