Angular-tree-component: ERROR in Metadata version mismatch

Created on 14 Mar 2018  Â·  4Comments  Â·  Source: CirclonGroup/angular-tree-component

ERROR in Metadata version mismatch for module /home/node_modules/mobx-angular/dist/mobx-angular.d.ts, found version 4, expected 3, resolving symbol TreeModule in /home/node_modules/angular-tree-component/dist/angular-tree-component.d.ts, resolving symbol TreeModule in /home/node_modules/angular-tree-component/dist/angular-tree-component.d.ts

Because mobx library updated to 4.0?

Most helpful comment

Should be fixed in 7.0.2-beta1 - can you check?

All 4 comments

Should be fixed in 7.0.2-beta1 - can you check?

done, great thanks!

@adamkleingit Thank you for the update. This might be a stupid question, but how do we prevent this kind of failure in our app? Meaning how do we suppress the version of dependency modules like in this case with mobx?

Well, the mistake was depending on version >=3, instead of ^3.
So now it shouldn't return in the future, as the deps as of 7.0.2 will be:
"lodash": "^4.17.4",
"mobx": "^3.6.2",
"mobx-angular": "^2.1.1"

On Fri, Mar 16, 2018 at 11:32 PM, Mitesh Jain notifications@github.com
wrote:

@adamkleingit https://github.com/adamkleingit Thank you for the update.
This might be a stupid question, but how do we prevent this kind of failure
in our app? Meaning how do we suppress the version of dependency modules
like in this case with mobx?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/500tech/angular-tree-component/issues/578#issuecomment-373850752,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA2SSrEPutQZFZUT1tMpi-526-Wl8-raks5tfC9ggaJpZM4Sp8nj
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

anoop-chauhan picture anoop-chauhan  Â·  3Comments

filipemansano picture filipemansano  Â·  5Comments

salilbajaj picture salilbajaj  Â·  4Comments

olastor picture olastor  Â·  5Comments

nicolae536 picture nicolae536  Â·  5Comments