spectral-language-server icon indicating copy to clipboard operation
spectral-language-server copied to clipboard

Updated package-lock.json

Open momeemt opened this issue 1 year ago • 1 comments

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 (https://github.com/NixOS/nixpkgs/pull/301730 ), but it needs integrity hashes.
This pull request changes lockfileVersion and adds resolved and integrity fields.

momeemt avatar May 02 '24 02:05 momeemt

As a side note, the lack of resolved and integrity is most likely a bug in npm. cf. https://github.com/npm/cli/issues/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.

natsukium avatar May 04 '24 16:05 natsukium