irossimoline/angular4-material-table

Issue with node_modules with in angular4-material-table package

Closed this issue · 2 comments

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

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

Its got fixed, By taking the latest angular6 version

So closing this Issue, Thank you