You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the npm lockfile version to 3.
> 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
Given the engines and engine-strict setting, npm should always be
later than version 7. There should be no downsides to this change.
---
Co-authored-by: sirreal <[email protected]>
Co-authored-by: DaniGuardiola <[email protected]>
Co-authored-by: gziolo <[email protected]>
0 commit comments