Skip to content

Conversation

MikeMcC399
Copy link
Contributor

@MikeMcC399 MikeMcC399 commented Jul 29, 2025

Situation

The npm package-lock.json lock file is out of sync with the package.json.

npm ci results in the error message

npm error Invalid: lock file's bluebird@3.5.5 does not satisfy bluebird@3.7.2

Change

Using Ubuntu 24.04.3 LTS, Node.js 22.18.0 LTS, regenerate package-lock.json with:

npm install

Verification

git clean -xfd
npm ci

@MikeMcC399 MikeMcC399 force-pushed the update/package-lock branch from aa8d4a2 to a8b493a Compare August 27, 2025 14:59
@MikeMcC399
Copy link
Contributor Author

@AtofStryker

This one is needed to allow npm ci in the CI workflow to be successful and actually test the repo.

@AtofStryker AtofStryker merged commit 224a24a into cypress-io:master Aug 27, 2025
@MikeMcC399 MikeMcC399 deleted the update/package-lock branch August 27, 2025 16:59
Copy link

🎉 This PR is included in version 2.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

package-lock.json out of sync (bluebird@3.5.5)
2 participants