alberthaff / ngx-papaparse

Papa Parse wrapper for Angular
https://alberthaff.dk/projects/ngx-papaparse/docs/v8
MIT License
90 stars 19 forks source link

Metadata version mismatch in module? #15

Closed RozennK closed 6 years ago

RozennK commented 6 years ago

I've been getting this error, possibly since a version change:

ERROR in Error: Metadata version mismatch for module /my/directories/node_modules/ngx-papaparse/ngx-papaparse.d.ts, found version 4, expected 3, resolving symbol RandomModule in /my/directories/src/app/modules/features/random/random.module.ts, resolving symbol RandomModule in /my/directories/src/app/modules/features/random/random.module.ts

The error disappears if I replace '"version":4' in ngx-papaparse.metadata.json with '"version":3'.

I'm not sure it's a problem with the module but I'm not really seeing what the error would be on my end either.

alberthaff commented 6 years ago

Which version of Angular are you using?

If you are using NG <5, please use version 1.x: https://github.com/Alberthaff/ngx-papaparse/tree/v1

RozennK commented 6 years ago

I am using Angular 4, and that seems to be it. Thank you!

alberthaff commented 6 years ago

You're welcome.