#narrow_minded_critics

  • #Angular : Just Say No
    https://gist.github.com/tdd/5ba48ba5a2a179f2d0fa

    $ ng update @angular/material@7
    Package "@swimlane/ngx-charts" has an incompatible peer dependency to "@angular/common" (requires "7.x" (extended), would install "10.1.6").
    Package "@swimlane/ngx-charts" has an incompatible peer dependency to "@angular/animations" (requires "7.x" (extended), would install "10.1.6").
    Package "@angular/http" has an incompatible peer dependency to "@angular/core" (requires "7.2.15" (extended), would install "10.1.6").
    Package "@swimlane/ngx-datatable" has an incompatible peer dependency to "@angular/compiler" (requires "<8.0.0" (extended), would install "10.1.6").
    Package "@angular/http" has an incompatible peer dependency to "@angular/platform-browser" (requires "7.2.15" (extended), would install "10.1.6").
    Package "@swimlane/ngx-charts" has an incompatible peer dependency to "@angular/platform-browser-dynamic" (requires "7.x" (extended), would install "10.1.6").
    Package "@swimlane/ngx-charts" has an incompatible peer dependency to "@angular/forms" (requires "7.x" (extended), would install "10.1.6").
    Package "@swimlane/ngx-charts" has an incompatible peer dependency to "zone.js" (requires "^0.8.26", would install "0.10.3").
    Incompatible peer dependencies found. See above.
    

    A collection of articles by AngularJS veterans, sometimes even core committers, that explain in detail what’s wrong with Angular 1.x, how Angular 2 isn’t the future, and why you should avoid the entire thing at all costs unless you want to spend the… Tags: Angular #JavaScript #framework