angular-redux / example-app

Example using @angular-redux/store, @angular-redux/router, and @angular-redux/form together with the Angular CLI
123 stars 101 forks source link

Get rid of npm warnings #8

Closed SethDavenport closed 7 years ago

SethDavenport commented 7 years ago
npm WARN @angular-redux/form@6.0.0 requires a peer of @angular-redux/store@^5.1.0 but none was installed.
npm WARN @ngtools/webpack@1.2.8 requires a peer of webpack@2.2.0 but none was installed.
SethDavenport commented 7 years ago

The first one is us. The second one is from angular CLI. Both are benign, however we'll clean up ours.