irossimoline / angular4-material-table

Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.
MIT License
55 stars 25 forks source link

Issue with node_modules with in angular4-material-table package #28

Closed RajasekharAlluriGGK closed 5 years ago

RajasekharAlluriGGK commented 5 years ago

I'm facing Issue after installing angular4-material-table NPM module. After research, I found like my solution already contains @angular package with core, common and forms image

Inside the Angular4-material-table module, Again we have Node_modules with the core, common and forms image

Error Im getting: image

Package.json image

RajasekharAlluriGGK commented 5 years ago

Im able fix this locally by deleting Node_module in angular4-material-table package, But i want to fix in production server, Where we can't perform manual deletion in node_modules

Is there any other solution to fix this

RajasekharAlluriGGK commented 5 years ago

Its got fixed, By taking the latest angular6 version

So closing this Issue, Thank you