<?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: Fiori Elements Generator in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473345#M4672811</link>
    <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;the only thing i see in the output is&lt;/P&gt;&lt;P&gt;   create webapp\Component.js
&lt;BR /&gt;   create webapp\index.html
&lt;BR /&gt;   create webapp\manifest.json
&lt;BR /&gt;   create webapp\annotations\annotation.xml
&lt;BR /&gt;   create webapp\i18n\i18n.properties
&lt;BR /&gt;   create webapp\localService\mockserver.js
&lt;BR /&gt;   create webapp\test\changes_loader.js
&lt;BR /&gt;   create webapp\test\changes_preview.js
&lt;BR /&gt;   create webapp\test\flpSandbox.html
&lt;BR /&gt;   create webapp\test\flpSandboxMockServer.html
&lt;BR /&gt;   create webapp\utils\locate-reuse-libs.js
&lt;BR /&gt;   create webapp\localService\ZTVARVC_ANNO_MDL.xml
&lt;BR /&gt;   create package.json
&lt;BR /&gt;   create ui5.yaml
&lt;BR /&gt;   create ui5-local.yaml
&lt;BR /&gt;   create README.md
&lt;BR /&gt;   create .gitignore
&lt;BR /&gt;   create webapp\localService\metadata.xml&lt;/P&gt;&lt;P&gt;And afterwards an Application Info for the project that states&lt;/P&gt;&lt;P&gt;Node modules are installed in directory 'node_modules' &lt;/P&gt;&lt;P&gt;Node module '@sap/ux-ui5-tooling' not installed &lt;/P&gt;&lt;P&gt;Node module '@sap/ux-specification' not installed&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1983480-fiorigenerator.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 13:33:39 GMT</pubDate>
    <dc:creator>Steentje</dc:creator>
    <dc:date>2021-09-27T13:33:39Z</dc:date>
    <item>
      <title>Fiori Elements Generator</title>
      <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaq-p/12473341</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am not able to generate a fiori elements Report Object Page project anymore.&lt;/P&gt;
  &lt;P&gt;The project is generated but the node_modules folder is not fully loaded with all dependencies.&lt;/P&gt;
  &lt;P&gt;The workaround is to delete the node_modules folder and do the npm install again.&lt;/P&gt;
  &lt;P&gt;I can not find any log on what could be going wrong.&lt;/P&gt;
  &lt;P&gt;When i try it via YO it seems to work. &lt;/P&gt;
  &lt;P&gt;So anything wrong in the Tool when going via the Fiori: Open Application Generator? Because then the node_modules seem to get stuck ... lots of files stay in the .staging directory.&lt;/P&gt;
  &lt;P&gt;I am using VScode.&lt;/P&gt;
  &lt;P&gt;Any ideas?&lt;/P&gt;
  &lt;P&gt;Greetings&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 12:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaq-p/12473341</guid>
      <dc:creator>Steentje</dc:creator>
      <dc:date>2021-09-14T12:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fiori Elements Generator</title>
      <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473342#M4672808</link>
      <description>&lt;P&gt;Hello Danny,&lt;/P&gt;&lt;P&gt;Sorry to hear you are having issues with the Fiori generator :(. In order to help you, can you please answer the following:&lt;/P&gt;&lt;P&gt;- Are using Business Application Studio or VSCode to generate the app?&lt;/P&gt;&lt;P&gt;- What version of nodejs are you running?&lt;/P&gt;&lt;P&gt;-
 When generating your application using the Wizard, you should be able 
to see the output of the npm install phase in the console output. There 
should be a little "terminal" symbol in the top right of the wizard, 
when you hover over it, it will say "Show output". Can you please click 
on it, and you should see the output window display below. Then when you
 generate your application, you should see if there any problems in this
 output window.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 12:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473342#M4672808</guid>
      <dc:creator>IanQuigley</dc:creator>
      <dc:date>2021-09-27T12:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fiori Elements Generator</title>
      <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473343#M4672809</link>
      <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;i am using VSCode and just tried again but when i finish with the wizard with the Show output clicked. In the right corner stating "Installing dependencies ... " (this takes a long time already indicating to me it will fail)&lt;/P&gt;&lt;P&gt; and afterwards "The files have been generated."&lt;/P&gt;&lt;P&gt;In the terminal all the generated files are then listed but again no complete node_modules.&lt;/P&gt;&lt;P&gt;When i delete the node_modules folder and do npm install on the windows command line in the project directory everything seems to work.&lt;/P&gt;&lt;P&gt;npm version 6.14.12&lt;/P&gt;&lt;P&gt;nodejs version v14.16.1&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 12:47:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473343#M4672809</guid>
      <dc:creator>Steentje</dc:creator>
      <dc:date>2021-09-27T12:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fiori Elements Generator</title>
      <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473344#M4672810</link>
      <description>&lt;P&gt;Hi Danny,&lt;/P&gt;&lt;P&gt;Thanks for the response.  The npm library installation routine does take a long time on windows, if in VSCode or on the command line.  &lt;/P&gt;&lt;P&gt;You should get some entries in the output window similar to this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;2021-09-27 14:12:37] INFO: Installing dependencies...
          [2021-09-27 14:12:37] INFO: Running: `npm install`&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And then at the end:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;[2021-09-27 14:12:50] INFO: Application generated successfully&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Can you confirm you see this in the output console?&lt;/P&gt;&lt;P&gt;One more question :).  Are you behind a corporate proxy?  If so, you would need to ensure that the proxy settings are correct detailed in the VSCode preferences.&lt;/P&gt;&lt;P&gt;Please let me know if that helps.  Happy to jump on a call if you are still stuck.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 13:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473344#M4672810</guid>
      <dc:creator>IanQuigley</dc:creator>
      <dc:date>2021-09-27T13:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fiori Elements Generator</title>
      <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473345#M4672811</link>
      <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;the only thing i see in the output is&lt;/P&gt;&lt;P&gt;   create webapp\Component.js
&lt;BR /&gt;   create webapp\index.html
&lt;BR /&gt;   create webapp\manifest.json
&lt;BR /&gt;   create webapp\annotations\annotation.xml
&lt;BR /&gt;   create webapp\i18n\i18n.properties
&lt;BR /&gt;   create webapp\localService\mockserver.js
&lt;BR /&gt;   create webapp\test\changes_loader.js
&lt;BR /&gt;   create webapp\test\changes_preview.js
&lt;BR /&gt;   create webapp\test\flpSandbox.html
&lt;BR /&gt;   create webapp\test\flpSandboxMockServer.html
&lt;BR /&gt;   create webapp\utils\locate-reuse-libs.js
&lt;BR /&gt;   create webapp\localService\ZTVARVC_ANNO_MDL.xml
&lt;BR /&gt;   create package.json
&lt;BR /&gt;   create ui5.yaml
&lt;BR /&gt;   create ui5-local.yaml
&lt;BR /&gt;   create README.md
&lt;BR /&gt;   create .gitignore
&lt;BR /&gt;   create webapp\localService\metadata.xml&lt;/P&gt;&lt;P&gt;And afterwards an Application Info for the project that states&lt;/P&gt;&lt;P&gt;Node modules are installed in directory 'node_modules' &lt;/P&gt;&lt;P&gt;Node module '@sap/ux-ui5-tooling' not installed &lt;/P&gt;&lt;P&gt;Node module '@sap/ux-specification' not installed&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1983480-fiorigenerator.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 13:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473345#M4672811</guid>
      <dc:creator>Steentje</dc:creator>
      <dc:date>2021-09-27T13:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fiori Elements Generator</title>
      <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473346#M4672812</link>
      <description>&lt;P&gt;Thanks.  Can you confirm if there is a corporate proxy that you are using?  And if so, can you check if your VSCode settings are using it?&lt;/P&gt;&lt;P&gt;If that still doesn't resolve it, lets have a call.  If you reach out to me on ian.quigley@sap.com I will set up a meeting.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 13:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473346#M4672812</guid>
      <dc:creator>IanQuigley</dc:creator>
      <dc:date>2021-09-29T13:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fiori Elements Generator</title>
      <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473347#M4672813</link>
      <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;the thing is we used to have a proxy but this is now not in use anymore.&lt;/P&gt;&lt;P&gt;I think it is from the moment that the proxy was removed the problems started appearing.&lt;/P&gt;&lt;P&gt;I do not have a proxy in the VScode anymore as it was getting proxy setting from the Internet settings in windows i think.&lt;/P&gt;&lt;P&gt;How can i actually check this because that could explain why it is working outside of VScode on the command line.&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 15:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473347#M4672813</guid>
      <dc:creator>Steentje</dc:creator>
      <dc:date>2021-09-29T15:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fiori Elements Generator</title>
      <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473348#M4672814</link>
      <description>&lt;P&gt;Hello Danny,&lt;/P&gt;&lt;P&gt;In VSCode, open the settings and search for the word 'proxy' in the search box.  You should see a number of options that allow you to configure the proxy.  If you don't set the proxy here, VSCode will use the environmental variable http_proxy or https_proxy as the proxy.  You might check if you have that variable set either.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 15:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473348#M4672814</guid>
      <dc:creator>IanQuigley</dc:creator>
      <dc:date>2021-10-04T15:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fiori Elements Generator</title>
      <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473349#M4672815</link>
      <description>&lt;P&gt;Hi Ian,&lt;BR /&gt;both keys http_proxy and https_proxy are not set in windows.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1982690-proxy.png" /&gt;&lt;/P&gt;&lt;P&gt;what i found is that when i use a VPN it is not working but i need the VPN to have access to SAP server ofcource.&lt;BR /&gt;Greetings,&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Danny.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 11:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473349#M4672815</guid>
      <dc:creator>Steentje</dc:creator>
      <dc:date>2021-10-05T11:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fiori Elements Generator</title>
      <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473350#M4672816</link>
      <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;i am still having troubles create Fiori Elements project in VSCode.&lt;BR /&gt;Strange thing is that as mentioned before when i delete the node_modules directory after closinf VSCode and run the npm install from the windows command prompt the node_modules directory gets completely setup correctly.&lt;BR /&gt;Greetings,&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 12:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473350#M4672816</guid>
      <dc:creator>Steentje</dc:creator>
      <dc:date>2021-11-22T12:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fiori Elements Generator</title>
      <link>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473351#M4672817</link>
      <description>&lt;P&gt;Hi Danny,&lt;/P&gt;&lt;P&gt;Sorry to hear you are still having troubles with it :(.  It does sound like a proxy issue, as it works outside of VSCode.  In order to best support you, I think it may be worth having a call.  Could you reach out to me, and email me at ian.quigley@sap.com and I'll set up a meeting with some developers to help you overcome the issue?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 12:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fiori-elements-generator/qaa-p/12473351#M4672817</guid>
      <dc:creator>IanQuigley</dc:creator>
      <dc:date>2021-11-22T12:25:52Z</dc:date>
    </item>
  </channel>
</rss>

