-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Build failed due to 'Metadata version mismatch' in 11.0.0 #1105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Version 11.0.0 is only for Angular 5. If you are using older angular version please downgrade your ngx-datatable to 10.x |
@nitinht1988 I'm having the same issue with version EDIT: It shows the error, but works though. |
Having same issue but failed to compile |
The same issue: ERROR in Metadata version mismatch for module .../node_modules/@swimlane/ngx-datatable/release/index.d.ts, found version 4, expected 3, |
I have the same problem and i've not yet solved it. I cant continue my job cause of this problem....waiting for help. ERROR in Metadata version mismatch for module Datatable version: 10.5.0 |
Just to give a few more information:
|
Hello, same error with the version 10.5.0 and Angular 4.4.6.... If i downgrade with the version 9.3.1 it works.... Thanks |
Hello, The same error just downgraded the Datatable version to 10.4.0 and it works :) Thanks |
For me only the 9.3.0 works
Envoyé par TypeApp
Le 7 nov. 2017 à 18:16, à 18:16, ramauidev <[email protected]> a écrit:
…Hello,
The same error just downgraded the Datatable version to 10.4.0 and it
works :)
Thanks
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#1105 (comment)
|
for me I have this error : in 9.3.0 not do this .... Thanks |
Can someone make a demo project showing this? |
Hello everyone, same Error In dependenies all @angular 4.4.6 I hope this helps somebody |
Looks like Material is having this issue too - angular/components#8229 (comment) |
Same error here. I updated ngx datatable to version 11 and all angular dependencies to angular 5. I received some errors.. after the downgrade i received this new error. Please help. |
Same error here. but fixed with "@swimlane/ngx-datatable": "10.4.0" |
I can confirm the issue, using Angular 4. And I can also confirm that the solution posted by @knehez works. |
Is this still an issue in 11.0.4?? |
Hi, angular/core: "5.0.2" and "@swimlane/ngx-datatable": "11.1.2", still gives ERROR in Metadata version mismatch for module .../node_modules/@swimlane/ngx-datatable/release/index.d.ts, found version 4, expected 3, |
@amcdnl it was still an issue |
Thanks @knehez. It's working for us. |
Please reopen if this is still an issue. |
AoT build failed Error: Metadata version mismatch for module ~/node_modules/@swimlane/ngx-datatable/release/datatable.module.d.ts, found version 4, expected 3
I'm submitting a BUG (check one with "x")
Current behavior
Error: Metadata version mismatch for module ~/node_modules/@swimlane/ngx-datatable/release/datatable.module.d.ts, found version 4, expected 3
after upgrade 11.0.0
Expected behavior
Reproduction of the problem
What is the motivation / use case for changing the behavior?
npm build to AoT
Please tell us about your environment:
macOS 12.13.1 npm
4.6.6
all
ES6
The text was updated successfully, but these errors were encountered: