You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm WARN @angular2-material/core@2.0.0-alpha.8-1 requires a peer of @angular/core@^2.0.0-rc.6 but none was installed.
npm WARN @angular2-material/core@2.0.0-alpha.8-1 requires a peer of @angular/common@^2.0.0-rc.6 but none was installed
this happen when i try to install packages of angular material 2, what happen and how can i resolved?
The text was updated successfully, but these errors were encountered:
At first glance from your errors, it does not relate to the Angular CLI.
It seems like you have a wrong Angular 2 version installed, which is not compatible with the Angular Material 2 version you explicitly installed (alpha.8-1)
Try installing the latest Angular release candidate
npm WARN @angular2-material/core@2.0.0-alpha.8-1 requires a peer of @angular/core@^2.0.0-rc.6 but none was installed.
npm WARN @angular2-material/core@2.0.0-alpha.8-1 requires a peer of @angular/common@^2.0.0-rc.6 but none was installed
this happen when i try to install packages of angular material 2, what happen and how can i resolved?
The text was updated successfully, but these errors were encountered: