fix: remove stale package-lock.json causing npm install failures #162

Merged
privilegedescalation-engineer[bot] merged 1 commits from fix/remove-stale-package-lock into main 2026-05-14 00:15:31 +00:00

1 Commits

Author SHA1 Message Date
Chris Farhood 88295d7a42 fix: remove stale package-lock.json causing npm install failures
The project declares pnpm@10.32.1 as packageManager but had a committed
package-lock.json. Running npm install produced a broken node_modules
layout. Delete the stale lockfile and add it to .gitignore.

Note: tests were failing before this change due to a missing tsconfig
for vitest.setup.ts — tracked separately as pre-existing issue.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-13 23:52:51 +00:00