cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to deploy UI5 application on SAP Cloud foundry - getting Staging error

0 Kudos

Hello,

We are working on SAP MTA(Multi-target application) in SAP WEBIDE where we have one UI module and Node module. Recently sap cloud foundry environment got updated.

We have updated the node version in the package.json of the Node module and below is a package.json of the UI module.

We are trying to run the UI module but getting the below error.

Can anyone help us with the above error?

Regards,

Chamdeep

Accepted Solutions (0)

Answers (1)

Answers (1)

nicoschoenteich
Developer Advocate
Developer Advocate
0 Kudos

Hi Chamdeep,

I believe the third to last line of the error logs shows the issue: Node versions 8 or 10 are not found in the list of available node versions for the nodejs buildpack version that is being used (1.7.62).

You can check the list of compatible node versions for your nodejs buildpack here.

Is using node 12 an option for you? That would work with your buildpack.

BR, Nico