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

Installing ng2-table on Angular 6

Open ps3331333 opened this issue 6 years ago • 2 comments

When installing with the following command: npm i ng2-table --save

I get the warnings below, can these be ignored? If not, how to fix this problem?

Thanks

npm WARN [email protected] requires a peer of @angular/common@~2.0.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of @angular/compiler@~2.0.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of @angular/core@~2.0.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of @angular/forms@~2.0.0 but none is installed. You must install peer dependencies yourself.

ps3331333 avatar Jul 17 '18 17:07 ps3331333

Yeah, I'm using Angular 6 and just ignore those warnings.

SamuelMarks avatar Jul 31 '18 03:07 SamuelMarks

not quite an optimal situation..

niklas-dahl avatar Sep 23 '18 18:09 niklas-dahl