Skip to content

NPM Dependency version issues. (gridlist/core/sidenav) #493

Closed
@Destreyf

Description

@Destreyf
  • Do you want to request a feature or report a bug?
    Bug
  • What is the current behavior?
    Incorrect package reference in NPM, the install command installs core@2.0.0-alpha.4 but installs grid-list@2.0.0-alpha.4.3

core@2.0.0-alpha.4 does not have errors/error, this causes a promise resolution error.

installing sidenav via npm install @angular2-material/sidenav installs sidenav@2.0.0-alpha.4 (not 4.3)

I haven't tested with any other modules yet, but i'm guessing more will be effected.

  • **If the current behavior is a bug,
    On a clean install of Angular 2 created by the CLI type the following
    npm install --save @angular2-material/core @angular2-material/grid-list @angular2-material/sidenav
  • What is the expected behavior?
    It should install either the grid-list@2.0.0-alpha.4 to match core, or install core@2.0.0-alpha.4.3 to match grid-list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions