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

Updated package-lock.json #15

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

momeemt
Copy link
Contributor

@momeemt momeemt commented May 2, 2024

Hello. I updated package-lock.json because the lockfile doesn't contain resolved and integrity fields. I was trying to build spectral-language-server with Nix (NixOS/nixpkgs#301730 ), but it needs integrity hashes.
This pull request changes lockfileVersion and adds resolved and integrity fields.

@natsukium
Copy link

As a side note, the lack of resolved and integrity is most likely a bug in npm. cf. npm/cli#4263
They are needed to track dependencies, and this is a problem not only for the Nix package manager but also for other developers using npm since they cannot reproduce the same environment.

@luizcorreia luizcorreia merged commit 03638e0 into luizcorreia:master Aug 13, 2024
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.

3 participants