cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP WEB IDE Deploy Error - Build Before Deployment Failed

Former Member
0 Likes
5,310

Hi,

I am trying to deploy my application at SAP UI5 ABAP Repository but I am getting the below error.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member633427
Discoverer
0 Likes

Hello nsaini121,

There can be 2 issues :

Issue 1 : There is a version issue in your package.json file.

In the package.json check for devDependencies, change it to your current version or "1.4.1"

Example : "devDependencies": { "@sap/grunt-sapui5-bestpractice-build": "1.4.1" }

Issue 2 : Check if there are any errors in your controller.js files. like : duplicates functions, missing semicolons or console.log....

Regards,

Amit Mahindre

0 Likes

Hi nsaini121

there seems to have been a temporary problem.

These two had the same problem:

https://answers.sap.com/questions/13102197/sap-web-ide-deploy-build-not-working.html

https://answers.sap.com/questions/13102214/sap-web-ide-full-stack-build-error-npm.html

Is it working again?

Regards, Marian