[Bug] npm package-lock.json is out of sync with package.json #76

Closed
opened 2026-04-05 16:15:57 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @kazu0617 on 2/11/2026

Describe the bug
when i build vrcx with npm ci (clean-install), npm returns fail due to package-lock.json is out of sync.

To Reproduce
Steps to reproduce the behavior:

  1. build frontend with npm ci # clean install
  2. return error with this error.
`npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.

Expected behavior

When step2, no problem to install that.

Screenshots

Image

What version you are running
Version 2026.02.11, 2026.01.28

*Originally created by @kazu0617 on 2/11/2026* **Describe the bug** when i build vrcx with `npm ci` (clean-install), npm returns fail due to `package-lock.json is out of sync`. **To Reproduce** Steps to reproduce the behavior: 1. build frontend with `npm ci` # clean install 2. return error with this error. ``` `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing. ``` **Expected behavior** When step2, no problem to install that. **Screenshots** <img width="1331" height="472" alt="Image" src="https://github.com/user-attachments/assets/8b5a5822-4841-4db7-898e-ba4426a776f7" /> **What version you are running** Version 2026.02.11, 2026.01.28
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#76