ng2-table icon indicating copy to clipboard operation
ng2-table copied to clipboard

Incorrect Peer Dependencies for Angular v4

Open mtpultz opened this issue 7 years ago • 4 comments

Is there a roadmap for updating this package for Angular 4, or at least the dependencies since there shouldn't be any breakage between v2 and v4.

warning "[email protected]" has incorrect peer dependency "@angular/common@~2.0.0".
warning "[email protected]" has incorrect peer dependency "@angular/compiler@~2.0.0".
warning "[email protected]" has incorrect peer dependency "@angular/core@~2.0.0".
warning "[email protected]" has incorrect peer dependency "@angular/forms@~2.0.0".

mtpultz avatar Apr 04 '17 06:04 mtpultz

Can I use this plugin with Angular 4 or not?

TeodorKolev avatar May 11 '17 08:05 TeodorKolev

I am also facing same issue.

├── UNMET PEER DEPENDENCY @angular/[email protected] ├── UNMET PEER DEPENDENCY @angular/[email protected] ├── UNMET PEER DEPENDENCY @angular/[email protected] ├── UNMET PEER DEPENDENCY @angular/[email protected] └── [email protected]

npm WARN [email protected] requires a peer of @angular/common@^2.3.0 but none was installed. npm WARN [email protected] requires a peer of @angular/core@^2.3.0 but none was installed. npm WARN [email protected] requires a peer of @angular/common@~2.0.0 but none was installed. npm WARN [email protected] requires a peer of @angular/compiler@~2.0.0 but none was installed. npm WARN [email protected] requires a peer of @angular/core@~2.0.0 but none was installed. npm WARN [email protected] requires a peer of @angular/forms@~2.0.0 but none was installed.

nadeemse avatar May 26 '17 07:05 nadeemse

i am also suffer from the same problem

h-rizk avatar Sep 18 '17 18:09 h-rizk

Is ng2-table (I use 1.3.2) going to support angular 4 at some point? I'm getting the warning as stated here with node 8.1.2 and : 1.3.2 and angular 4.2.4.

chan71 avatar Oct 07 '17 11:10 chan71