Model SDK not able to open working copy with metamodel version 8.9.0

0
UnhandledPromiseRejectionWarning: Error: The Model SDK you are using does not support opening a working copy with metamodel version '8.9.0'. Please update to the latest Model SDK. please provide me solution if you have.
asked
1 answers
0

Cry to update your Model SDK.

In package.json,add this:

"mendixmodelsdk": "^4.38.0"

look this:

https://docs.mendix.com/releasenotes/sdk/model-sdk-4

answered