<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: SAP WEB IDE Deploy Error - Build Before Deployment Failed in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-web-ide-deploy-error-build-before-deployment-failed/qaa-p/12284946#M4603142</link>
    <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;nsaini121&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;There can be 2 issues :&lt;/P&gt;&lt;P&gt;Issue 1 : There is a version issue in your package.json file.&lt;/P&gt;&lt;P&gt;In the package.json check for devDependencies, change it to your current version or "&lt;STRONG&gt;1.4.1&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt; :   "devDependencies": {
    "@sap/grunt-sapui5-bestpractice-build": "1.4.1"
  }&lt;/P&gt;&lt;P&gt;Issue 2 : Check if there are any errors in your controller.js files. like : &lt;STRONG&gt;duplicates functions, missing semicolons&lt;/STRONG&gt; or &lt;STRONG&gt;console.log&lt;/STRONG&gt;....&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mahindre&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 06:09:04 GMT</pubDate>
    <dc:creator>former_member633427</dc:creator>
    <dc:date>2021-01-21T06:09:04Z</dc:date>
    <item>
      <title>SAP WEB IDE Deploy Error - Build Before Deployment Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-web-ide-deploy-error-build-before-deployment-failed/qaq-p/12284943</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am trying to deploy my application at SAP UI5 ABAP Repository but I am getting the below error.&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1827742-error.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 13:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-web-ide-deploy-error-build-before-deployment-failed/qaq-p/12284943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-07-23T13:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAP WEB IDE Deploy Error - Build Before Deployment Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-web-ide-deploy-error-build-before-deployment-failed/qaa-p/12284944#M4603140</link>
      <description>&lt;P&gt;Hi, all messages related to building failure are written on WebIDE Console pane. It is possible you could solve by yourself after you read that messages, or update your question with them (on a code block). This pop-up image won't help us to assist you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 14:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-web-ide-deploy-error-build-before-deployment-failed/qaa-p/12284944#M4603140</guid>
      <dc:creator>thalesvb</dc:creator>
      <dc:date>2020-07-23T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP WEB IDE Deploy Error - Build Before Deployment Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-web-ide-deploy-error-build-before-deployment-failed/qaa-p/12284945#M4603141</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;nsaini121&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;there seems to have been a temporary problem. &lt;/P&gt;&lt;P&gt;These two had the same problem:
&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/13102197/sap-web-ide-deploy-build-not-working.html"&gt;https://answers.sap.com/questions/13102197/sap-web-ide-deploy-build-not-working.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/13102214/sap-web-ide-full-stack-build-error-npm.html"&gt;https://answers.sap.com/questions/13102214/sap-web-ide-full-stack-build-error-npm.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is it working again?&lt;/P&gt;&lt;P&gt;Regards, Marian&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 10:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-web-ide-deploy-error-build-before-deployment-failed/qaa-p/12284945#M4603141</guid>
      <dc:creator>former_member605226</dc:creator>
      <dc:date>2020-07-24T10:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAP WEB IDE Deploy Error - Build Before Deployment Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-web-ide-deploy-error-build-before-deployment-failed/qaa-p/12284946#M4603142</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;nsaini121&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;There can be 2 issues :&lt;/P&gt;&lt;P&gt;Issue 1 : There is a version issue in your package.json file.&lt;/P&gt;&lt;P&gt;In the package.json check for devDependencies, change it to your current version or "&lt;STRONG&gt;1.4.1&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt; :   "devDependencies": {
    "@sap/grunt-sapui5-bestpractice-build": "1.4.1"
  }&lt;/P&gt;&lt;P&gt;Issue 2 : Check if there are any errors in your controller.js files. like : &lt;STRONG&gt;duplicates functions, missing semicolons&lt;/STRONG&gt; or &lt;STRONG&gt;console.log&lt;/STRONG&gt;....&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mahindre&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 06:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-web-ide-deploy-error-build-before-deployment-failed/qaa-p/12284946#M4603142</guid>
      <dc:creator>former_member633427</dc:creator>
      <dc:date>2021-01-21T06:09:04Z</dc:date>
    </item>
  </channel>
</rss>

