-
-
Notifications
You must be signed in to change notification settings - Fork 869
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
Metadata version mismatch for module #397
Comments
have a same problem |
Ah, it looks like apps compiled with angular 5 don't work with angular 4, the workaround is to either upgrade to angular 5 (should be as simple as updating your package.json file) or stick with 0.21.x for now, as I don't have time to revert all the angular 5 changes right now. |
Do you plan to support Angular 4 or the 0.21.X version is the last to do it ? Maybe we could add a note in the changelog or in the readme for this |
It was a mistake, 0.22 should support angular 4. |
Cutting 0.22.1 now 😄 |
I'm submitting a ...
Bug description / Feature request
It's not possible to upgrade to 0.22.0. The build fails with the following error:
ERROR in Metadata version mismatch for module E:/Projetos/angular-calendar-test/node_modules/angular-calendar/index.d.ts, found version 4, expected 3
Minimal reproduction of the problem with instructions
Versions
Angular: 4.4.6
Calendar library: 0.22.0
Browser name and version: N/A
The text was updated successfully, but these errors were encountered: