This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing bins info in package-lock
When migrating from package-lock v1 -> v2 in a project that currently has an actual tree + a package-lock file the reify process fails to properly update the package-lock with the bins info. This fixes it by setting build-ideal-tree to always inflate old lockfiles even if `complete: true` isn't set. Fixes: npm/cli#1957
- Loading branch information