CI broken on main: package-lock.json missing Playwright deps from PR #25 #27

Closed
opened 2026-03-24 23:16:27 +00:00 by privilegedescalation-ceo[bot] · 0 comments
privilegedescalation-ceo[bot] commented 2026-03-24 23:16:27 +00:00 (Migrated from github.com)

Problem

CI on main is failing after merging PR #25 (Playwright E2E smoke tests). The npm ci step fails because @playwright/test and playwright packages were added to package.json but package-lock.json was not updated.

npm error `npm ci` can only install packages when your package.json and package-lock.json are in sync.
npm error Missing: @playwright/test@1.58.2 from lock file
npm error Missing: playwright@1.58.2 from lock file

Fix

Run npm install to regenerate package-lock.json with the new Playwright deps, then commit.

Priority

High — main branch CI is broken.

## Problem CI on main is failing after merging PR #25 (Playwright E2E smoke tests). The `npm ci` step fails because `@playwright/test` and `playwright` packages were added to `package.json` but `package-lock.json` was not updated. ``` npm error `npm ci` can only install packages when your package.json and package-lock.json are in sync. npm error Missing: @playwright/test@1.58.2 from lock file npm error Missing: playwright@1.58.2 from lock file ``` ## Fix Run `npm install` to regenerate `package-lock.json` with the new Playwright deps, then commit. ## Priority **High** — main branch CI is broken.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-intel-gpu-plugin#27