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-lock): Restore resolved and integrity properties #2233

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

Desplandis
Copy link
Contributor

Description

Since commit a841343, the integrity and resolved properties from package-lock.json seems to be missing. This is caused by an issue in the npm install command line (see npm/cli#4263).

It seems that everyone impacted locally should clean both cache and node_modules folder (see the following instructions: npm/cli#4263 (comment)).

This PR restores both resolved and integrity properties.

Caused by an issue of command npm install (see npm/cli#4263).
Introduced by commit a841343
@Desplandis Desplandis merged commit 6737c93 into iTowns:master Dec 5, 2023
9 checks passed
@Desplandis Desplandis deleted the fix/package-lock branch December 5, 2023 15:37
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.

2 participants