Skip to content

Fix missing npm dependencies in lock file#42

Merged
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-npm-lock-file-017vB6N7AUh3FXEkSCBddiRZ
Nov 16, 2025
Merged

Fix missing npm dependencies in lock file#42
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-npm-lock-file-017vB6N7AUh3FXEkSCBddiRZ

Conversation

@JoshuaAFerguson

Copy link
Copy Markdown
Member

Resolved CI build failure caused by missing dependencies in lock file. Running npm install updated the lock file to include all required transitive dependencies (460 packages total).

This fixes the container image build error at Dockerfile line 15 where npm ci was failing with "Missing [package] from lock file" errors.

Verified with npm ci to ensure reproducible builds.

Resolved CI build failure caused by missing dependencies in lock file.
Running npm install updated the lock file to include all required
transitive dependencies (460 packages total).

This fixes the container image build error at Dockerfile line 15
where npm ci was failing with "Missing [package] from lock file" errors.

Verified with npm ci to ensure reproducible builds.
@JoshuaAFerguson JoshuaAFerguson merged commit 2f12249 into main Nov 16, 2025
8 of 23 checks passed
@JoshuaAFerguson JoshuaAFerguson deleted the claude/fix-npm-lock-file-017vB6N7AUh3FXEkSCBddiRZ branch November 16, 2025 10:22
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