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(@angular/cli): work around npm peerdep issue #9713

Merged
merged 1 commit into from
Feb 21, 2018

Commits on Feb 21, 2018

  1. fix(@angular/cli): work around npm peerdep issue

    NPM hoists dependencies with peerDeps of their own, leading to unmet peer dependencies.
    
    This workaround should be safe for now since the only two packages that depend on `ajv-keywords@3.1.0` are `webpack` and `schema-utils`.
    
    See angular#9691 (comment) and npm/npm#19877 for more information.
    
    Fix angular#9691.
    filipesilva committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    44f3c6a View commit details
    Browse the repository at this point in the history