Skip to content

fix(relay): regenerate package-lock.json with telegram dependency#522

Merged
koala73 merged 1 commit intomainfrom
fix/relay-telegram-lockfile
Feb 28, 2026
Merged

fix(relay): regenerate package-lock.json with telegram dependency#522
koala73 merged 1 commit intomainfrom
fix/relay-telegram-lockfile

Conversation

@koala73
Copy link
Owner

@koala73 koala73 commented Feb 28, 2026

Summary

  • Regenerated scripts/package-lock.json — it was missing resolved entries for the telegram package
  • Railway runs npm ci which strictly follows the lockfile, so the package was never installed despite being in package.json
  • Fixes: Cannot find package 'telegram' imported from /app/scripts/ais-relay.cjs

Test plan

  • Railway redeploys successfully
  • Telegram client initializes without import errors

The lockfile was missing resolved entries for the telegram package,
causing Railway to skip installation despite it being in package.json.
@vercel
Copy link

vercel bot commented Feb 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
worldmonitor Building Building Preview, Comment Feb 28, 2026 10:17am
worldmonitor-finance Building Building Preview, Comment Feb 28, 2026 10:17am
worldmonitor-happy Building Building Preview, Comment Feb 28, 2026 10:17am
worldmonitor-startup Building Building Preview, Comment Feb 28, 2026 10:17am

Request Review

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.

1 participant