cancel
Showing results for 
Search instead for 
Did you mean: 

Error in extension for custom map by Typescript

sapwolf
Explorer
0 Kudos

Hello Experts.

I have an MDK project developed in BAS with a custom map according to the tutorial https://developers.sap.com/tutorials/cp-mobile-dev-kit-map-extension.html, it had been working very well, but since yesterday we it presents an error by typescript and I can't find a way to solve it, does anyone know how to solve it?

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

This is something that we are currently investigating. You can try clearing your cache and deploy again or the following workaround may also help.

  1. Login to BAS
  2. Open a Terminal Window. (Terminal > New Terminal from menu)
  3. Install MDK tools using npm i @sap/mdk-tools -g
  4. After the installation completes reattempt the deploy

Deploy should now succeed.

sapwolf
Explorer
0 Kudos

Thanks Mr. bill.froelich. Your help is always very valuable.

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

We have released a patch in BAS editor fixing the above deployment issue.

You can uninstall the manually installed MDK tools using npm uninstall @sap/mdk-tools -g in a Terminal window and restart your dev space.

Answers (0)