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

fix(arborist): identify and repair invalid nodes in the virtual tree #4599

Merged
merged 2 commits into from
Mar 28, 2022

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    e18e71f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. fix: make sure we loadOverrides on the root node in loadVirtual()

    by loading the overrides on the root of the virtual tree, we effectively
    ensure that `npm ci` will throw an error when your package.json
    overrides are not in sync with the tree in your package-lock.json
    nlf committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    bf919a5 View commit details
    Browse the repository at this point in the history