cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Failed to compile plugin TypeScript code SAP MDK

robert_hunger
Participant
0 Kudos

Hello MDK Team,

install work without any problems and dependencies installer have no relevant issus. (MDK 4.3.1)

with create-client.command, i am getting the following error:

Compiling plugin TypeScript codenode_modules/@nativescript/core/ui/frame/frame-common.d.ts(1,13): error TS1005: '=' expected.node_modules/@nativescript/core/ui/frame/frame-common.d.ts(1,95): error TS1005: ';' expected.node_modules/@nativescript/core/ui/frame/frame-common.d.ts(7,1): error TS1128: Declaration or statement expected.node_modules/@nativescript/core/ui/frame/frame-common.d.ts(7,13): error TS1005: ';' expected.node_modules/@nativescript/core/ui/frame/frame-common.d.ts(7,199): error TS1005: ';' expected.Error: Failed to compile plugin TypeScript code.

How can i fix this error ?

thanks a lot.

Robert

Accepted Solutions (1)

Accepted Solutions (1)

ashishjain14
Employee
Employee
0 Kudos

Hi Robert,

This is a known issue, can you try the steps mentioned in this SAP note(https://launchpad.support.sap.com/#/notes/2965176) and see if it resolves the issue.

Regards,

Ashish

Answers (1)

Answers (1)

robert_hunger
Participant
0 Kudos

He Ashish, thanks a lot for your really fast answer. its working .)