Skip to content

Commit

Permalink
fix(@angular/cli): work around npm peerdep issue
Browse files Browse the repository at this point in the history
NPM hoists dependencies with peerDeps of their own, leading to unmet peer dependencies.

See angular#9691 (comment) and npm/npm#19877 for more information.
  • Loading branch information
filipesilva committed Feb 21, 2018
1 parent 77d2cd3 commit 38aabda
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 11 deletions.
75 changes: 64 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -46,6 +46,7 @@
"@angular-devkit/schematics": "0.3.1",
"@schematics/angular": "0.3.1",
"@schematics/package-update": "0.3.1",
"ajv": "^6.1.1",
"autoprefixer": "^7.2.3",
"cache-loader": "^1.2.0",
"chalk": "~2.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/@angular/cli/package.json
Expand Up @@ -34,6 +34,7 @@
"@ngtools/webpack": "1.10.0-rc.0",
"@schematics/angular": "0.3.1",
"@schematics/package-update": "0.3.1",
"ajv": "^6.1.1",
"autoprefixer": "^7.2.3",
"cache-loader": "^1.2.0",
"chalk": "~2.2.0",
Expand Down

0 comments on commit 38aabda

Please sign in to comment.