Skip to content

Commit

Permalink
Set lockfile version to 3
Browse files Browse the repository at this point in the history
> 3: Only the new lockfile information introduced in npm version 7.
> Smaller on disk than lockfile version 2, but not interoperable with
> older npm versions. Ideal if all users are on npm version 7 and
> higher.

https://docs.npmjs.com/cli/v8/using-npm/config#lockfile-version
  • Loading branch information
sirreal committed Oct 7, 2024
1 parent 3214be4 commit f947704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ save-exact = true
engine-strict = true
legacy-peer-deps = true
prefer-dedupe = true
lockfile-version = 3

0 comments on commit f947704

Please sign in to comment.