ng2-table
ng2-table copied to clipboard
Installing ng2-table on Angular 6
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.
Yeah, I'm using Angular 6 and just ignore those warnings.
not quite an optimal situation..