Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cocest opened this issue Mar 21, 2024 · 1 comment
Open

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

cocest opened this issue Mar 21, 2024 · 1 comment

Comments

@cocest
Copy link

cocest commented Mar 21, 2024

System Info

  • OS: Windows 11 Home
  • System Type: x64
  • Processor: AMD

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants