hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Error upgrading to V4.17.1 #286

Closed brampeirs closed 5 years ago

brampeirs commented 5 years ago

I get an error when upgrading to V4.17.1

ERROR in Metadata version mismatch for module /node_modules/@angular-generic-table/core/angular-generic-table-core.d.ts, found version 4, expected 3, resolving symbol ...

Using Angular 4.4.6

hjalmers commented 5 years ago

@brampeirs which version were you using before upgrading? Metadata mismatch errors if I'm not mistaken, usually occur when som of the packages are out of sync. Have you tried removing you lock file and node_modules folder and do a fresh install?

brampeirs commented 5 years ago

@hjalmers we currently use V4.11.1 with metadata V3 we use node version V6.4.0

We tried removing the lock file and node_modules, but this did not work.

brampeirs commented 5 years ago

@hjalmers upgrading to Angular 5 solved this problem for me.

hjalmers commented 5 years ago

Glad to hear you managed to solve the issue:)