Skip to content

Railway Deployment #052bf4 fix: remove invalid yt-dlp npm dep#1

Open
railway-app[bot] wants to merge 205 commits into
mainfrom
railway/fix-deploy-052bf4
Open

Railway Deployment #052bf4 fix: remove invalid yt-dlp npm dep#1
railway-app[bot] wants to merge 205 commits into
mainfrom
railway/fix-deploy-052bf4

Conversation

@railway-app

@railway-app railway-app Bot commented Jun 9, 2026

Copy link
Copy Markdown

Problem

The build fails at npm ci --omit=dev with npm error notarget No matching version found for yt-dlp@latest because yt-dlp is a Python-based CLI tool and is not published as an npm package.

Solution

Removed "yt-dlp": "latest" from the dependencies block in package.json. The yt-dlp binary is already installed by the existing postinstall script (scripts/install-ytdlp.js), which downloads it directly from GitHub releases after npm ci completes successfully.

Changes

  • Modified package.json

Context

  • Deployment: #052bf4
  • Failed commit: 00bf902

Generated by Railway

Ng Debbie and others added 27 commits June 9, 2026 17:56
…s/voice + play-dl; hook /music to service"

This reverts commit a93f13d.
…s (queue stored in guild config)"

This reverts commit 5a96dfc.
AdenTan123 pushed a commit that referenced this pull request Jun 9, 2026
…-4.17.23

Bump lodash from 4.17.21 to 4.17.23
@AdenTan123 AdenTan123 force-pushed the main branch 2 times, most recently from 3abdd8b to 01bc7b7 Compare June 12, 2026 12:09
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

Successfully merging this pull request may close these issues.

4 participants