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

install issue #114

Open
Zainmansour opened this issue Sep 4, 2022 · 1 comment
Open

install issue #114

Zainmansour opened this issue Sep 4, 2022 · 1 comment
Labels

Comments

@Zainmansour
Copy link

Zainmansour commented Sep 4, 2022

when install I got these errors :

npm ERR! code 1
npm ERR! path C:\Users\lenovo\Desktop\ytdlProject\node_modules\ffmpeg-static
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c C:\Users\lenovo\AppData\Local\Temp\install-5912a173.cmd
npm ERR! Error: connect ETIMEDOUT 185.199.111.133:443
npm ERR!     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) {
npm ERR!   errno: -4039,
npm ERR!   code: 'ETIMEDOUT',
npm ERR!   syscall: 'connect',
npm ERR!   address: '185.199.111.133',
npm ERR!   port: 443
npm ERR! }

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\lenovo\AppData\Local\npm-cache\_logs\2022-09-04T22_49_43_715Z-debug-0.log
@derhuerst
Copy link
Collaborator

Given the ETIMEDOUT error code, it seems that this is related to either

  • your internet connection (dropped packets, extremely high latency, faulty VPN), or
  • your access to the GitHub releases download server is blocked – Support configure FFMPEG_BINARIES_URL  #99 introduced a workaround that allows using a different mirror, e.g. FFMPEG_BINARIES_URL=https://cdn.npmmirror.com/binaries/ffmpeg-static/.

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

No branches or pull requests

2 participants