Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: package.json and package-lock.json are not in sync #3936

Closed
wants to merge 1 commit into from

Conversation

Cifko
Copy link
Contributor

@Cifko Cifko commented Mar 22, 2022

Description

We are getting errors of one of the test CI npm packages :
'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.
So this PR provides the synced packages-json.lock

How Has This Been Tested?

Running npm ci after the fix.

@sdbondi
Copy link
Member

sdbondi commented Mar 22, 2022

Also fixed in #3934

@Cifko
Copy link
Contributor Author

Cifko commented Mar 22, 2022

Also fixed in #3934

Oh, ok, I will then for your PR to get in. Cancelling this one.

@Cifko Cifko closed this Mar 22, 2022
@Cifko Cifko deleted the fix-package-lock branch June 23, 2022 20:03
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