Hi Experts,
I previously built MDK client for 5.1.5 with my plugin and it worked fine.
When i build it for 6.0.5 , Client is getting created with my plugin but when i load the app i get below error.
i get this error 'Failed to find module'.
Reference to my earlier resolution during plugin creation.
https://answers.sap.com/questions/13355574/custom-developed-nativescript-plugin-to-include-in.html
bill.froelich Please suggest.

Regards
Manish
Request clarification before answering.
I think the reference to /app/tns_modules is the clue here. It may be that you are a reference that tries to find your extension plugin in a path that no longer applies in Nativescript 8.
For example, as part of the migration the imports switch from tns-core-modules to @nativescript. I would suggest checking your plugin configuration futher along with reviewing where you are referencing the plugin in your metadata.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
MDK client 6.0 requires the use of NativeScript 8 which introduces some prominent changes, please follow below references to see if you need to update your MDK project in order to run it with 6.0.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.