Skip to content

Fix Cloudflare Pages deployment: regenerate package-lock.json#17

Merged
eoinobrien merged 2 commits intomainfrom
copilot/fix-deployment-to-cloudflare
Mar 11, 2026
Merged

Fix Cloudflare Pages deployment: regenerate package-lock.json#17
eoinobrien merged 2 commits intomainfrom
copilot/fix-deployment-to-cloudflare

Conversation

Copy link
Contributor

Copilot AI commented Mar 11, 2026

npm ci was failing on Cloudflare Pages because package-lock.json was out of sync — it referenced @types/node@16.18.77 while package.json required @types/node@18.19.130, and entries for @types/node@16.18.126 and undici-types@5.26.5 were missing entirely.

Changes

  • Regenerated package-lock.json via npm install --package-lock-only to bring it in sync with package.json

Copilot AI and others added 2 commits March 11, 2026 23:42
…ismatch

Co-authored-by: eoinobrien <6508687+eoinobrien@users.noreply.github.com>
@cloudflare-workers-and-pages
Copy link

Deploying codebreaker with  Cloudflare Pages  Cloudflare Pages

Latest commit: a48b358
Status: ✅  Deploy successful!
Preview URL: https://a4971644.codebreaker.pages.dev
Branch Preview URL: https://copilot-fix-deployment-to-cl.codebreaker.pages.dev

View logs

@eoinobrien eoinobrien marked this pull request as ready for review March 11, 2026 23:48
@eoinobrien eoinobrien merged commit dca60b4 into main Mar 11, 2026
1 check passed
@eoinobrien eoinobrien deleted the copilot/fix-deployment-to-cloudflare branch March 11, 2026 23:48
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.

2 participants