Eyevinn / node-srt

Nodejs bindings for Secure Reliable Transport SDK
MIT License
90 stars 31 forks source link

I can not install the **node-srt** on my Windows #71

Open cocest opened 7 months ago

cocest commented 7 months ago

System Info

Reported Error

npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm ERR! code 1
npm ERR! path C:\xampp\htdocs\workspace\folder\node_modules\@eyevinn\srt
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c npm run build-srt && npm run rebuild
npm ERR! > @eyevinn/srt@0.8.3 build-srt
npm ERR! > node scripts/build-srt-sdk.js
npm ERR!
npm ERR! Creating dir: C:\xampp\htdocs\workspace\folder\node_modules\@eyevinn\srt\deps
npm ERR! Cloning https://github.com/Haivision/srt.git#v1.5.2
npm ERR! 'git clone' failed with status 128
...
neoxpert commented 2 months ago

This is not an issue of this project but a client one. The install script uses the default Git setup to clone the SRT repository. As seen in the logs, the cloning itself has started but exited with status 128. This can have a lot of reasons, probably because Github or the SRT repo wasn't reachable at time of cloning.