<?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: AppBuilder:Installation in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/appbuilder-installation/qaa-p/10758337#M3930133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Midhun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the valuable information, let me check the page to know about SAP Web IDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 15:43:19 GMT</pubDate>
    <dc:creator>sairam_swaminathan</dc:creator>
    <dc:date>2014-11-18T15:43:19Z</dc:date>
    <item>
      <title>AppBuilder:Installation</title>
      <link>https://community.sap.com/t5/technology-q-a/appbuilder-installation/qaq-p/10758333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a question on AppBuilder:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to install the app builder in a windows machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have performed the following steps to install nodeJS in my machine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Download the NodeJS installer for your system from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://nodejs.org/download/"&gt;http://nodejs.org/download/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. Run the NodeJS installer, and follow the prompts in the Install Wizard.&lt;/P&gt;&lt;P&gt;3. Verify that the node.js folder is in your System Environment PATH.&lt;/P&gt;&lt;P&gt;4. Open a command prompt, and enter npm to verify the NodeJS package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installing AppBuilder on Windows&lt;/P&gt;&lt;P&gt;1. Extract the appbuilder-1.0.zip file to the directory of your choice.&lt;/P&gt;&lt;P&gt;2. From the directory where you extracted the contents of the zip file, double-click the&lt;/P&gt;&lt;P&gt;run.bat file to launch AppBuilder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i try to launch the run.bat file under the appbuilder-1.0.1252 folder, i get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unable to find the node.exe file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why this is happening i have also verified that the nodejs path is set in the environment variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have any of you faced the similar issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 11:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/appbuilder-installation/qaq-p/10758333</guid>
      <dc:creator>sairam_swaminathan</dc:creator>
      <dc:date>2014-11-18T11:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: AppBuilder:Installation</title>
      <link>https://community.sap.com/t5/technology-q-a/appbuilder-installation/qaa-p/10758334#M3930130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you make sure if node.js is working correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open cmd&amp;gt; type &lt;STRONG&gt;node &lt;/STRONG&gt;&amp;gt; enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then type &lt;CODE class="plain" style="font-size: 11.8181819915771px; color: #000000; margin: 0 !important; padding: 0 !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; background-position: initial;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; background: transparent;"&gt;console.log(&lt;/STRONG&gt;&lt;/EM&gt;&lt;/CODE&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;EM style="font-weight: inherit; font-size: 11.8181819915771px; font-family: inherit; background-position: initial;"&gt;&lt;CODE class="string" style="font-weight: inherit; font-style: inherit; margin: 0 !important; padding: 0 !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; background-position: initial;"&gt;'Node is working '&lt;/CODE&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;CODE class="plain" style="font-size: 11.8181819915771px; color: #000000; margin: 0 !important; padding: 0 !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; background-position: initial;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; background: transparent;"&gt;);&lt;/STRONG&gt;&lt;/EM&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 11:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/appbuilder-installation/qaa-p/10758334#M3930130</guid>
      <dc:creator>Jitendra_Kansal</dc:creator>
      <dc:date>2014-11-18T11:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: AppBuilder:Installation</title>
      <link>https://community.sap.com/t5/technology-q-a/appbuilder-installation/qaa-p/10758335#M3930131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP's recommended tool for developing SAPUI5 based apps is SAP Web IDE (formerly River RDE). So I would suggest you to start with Web IDE instead of Appbuilder. &lt;/P&gt;&lt;P&gt;Web IDE is available on the cloud as well as for your local machine. You can find more information here: &lt;A __default_attr="55465" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="SAP Web IDE - Enablement" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Midhun&lt;/P&gt;&lt;P&gt;SAP Customer Experience Group - CEG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 14:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/appbuilder-installation/qaa-p/10758335#M3930131</guid>
      <dc:creator>midhun_vp</dc:creator>
      <dc:date>2014-11-18T14:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: AppBuilder:Installation</title>
      <link>https://community.sap.com/t5/technology-q-a/appbuilder-installation/qaa-p/10758336#M3930132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I tried launching the appbuilder when the nodejs was running. I am able to launch the appbuilder IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 15:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/appbuilder-installation/qaa-p/10758336#M3930132</guid>
      <dc:creator>sairam_swaminathan</dc:creator>
      <dc:date>2014-11-18T15:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: AppBuilder:Installation</title>
      <link>https://community.sap.com/t5/technology-q-a/appbuilder-installation/qaa-p/10758337#M3930133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Midhun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the valuable information, let me check the page to know about SAP Web IDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 15:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/appbuilder-installation/qaa-p/10758337#M3930133</guid>
      <dc:creator>sairam_swaminathan</dc:creator>
      <dc:date>2014-11-18T15:43:19Z</dc:date>
    </item>
  </channel>
</rss>

