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 npm ci with file: dependencies #216

Closed
wants to merge 1 commit into from

Commits on Jul 19, 2019

  1. Fix npm ci with file: dependencies

    Partially reverts npm#40/npm#86, keeping the "Don't record linked deps as bundled" part but reverting the "Don't iterate into linked deps" part. It seems that we need to record dependencies of linked deps in order for `npm ci` to work.
    
    Fixes https://npm.community/t/6-8-0-npm-ci-fails-with-local-dependency/5385
    Fixes https://npm.community/t/npm-ci-fail-to-local-packages/6076
    jfirebaugh committed Jul 19, 2019
    Copy the full SHA
    262c997 View commit details
    Browse the repository at this point in the history