<?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>topic Re: Developer First App : Errors with npx dt-app in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/281794#M1497</link>
    <description>&lt;DIV class="p-rich_text_section"&gt;Hi, I have information that if the dt-app can't fetch the templates from GitHub, it means that it is blocked from internet access, or at least access to GitHub.&lt;BR /&gt;&lt;BR /&gt;The issue is regarding your internal firewall configuration, and we're very limited in how we can help. A workaround would be to:&lt;/DIV&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Download the app template manually from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="c-link" href="https://github.com/Dynatrace/dt-app-templates/releases/tag/0.144.0" target="_blank" rel="noopener noreferrer" data-stringify-link="https://github.com/Dynatrace/dt-app-templates/releases/tag/0.144.0" data-sk="tooltip_parent"&gt;https://github.com/Dynatrace/dt-app-templates/releases/tag/0.144.0&lt;/A&gt;&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;specifying the unzipped templates folder via --template-dir&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="p-rich_text_section"&gt;But if npm or dt-app is blocked from internet access, there will be further problems, as you can see. I think this is what happened above when you tried. You should try to adjust the firewall configuration in this case.&lt;/DIV&gt;</description>
    <pubDate>Thu, 17 Jul 2025 23:42:57 GMT</pubDate>
    <dc:creator>haris</dc:creator>
    <dc:date>2025-07-17T23:42:57Z</dc:date>
    <item>
      <title>Developer First App : Errors with npx dt-app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/278670#M1438</link>
      <description>&lt;P&gt;Good morning.&lt;/P&gt;&lt;P&gt;I am attempting to work through the Dynatrace First App in 5 Minutes tutorial:&amp;nbsp;&lt;A href="https://developer.dynatrace.com/quickstart/first-app-in-5-minutes/" target="_blank"&gt;First app in 5 minutes | Dynatrace Developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am new to the world of node.js and npx, which is most likely why I am having so much trouble.&amp;nbsp; However, a first app tutorial should be extremely straight forward and easy to implement.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initially, when attempting to create the new project with "npx dt-app@latest create" I was getting errors stating npx could not retrieve the necessary templates from GitHub.&amp;nbsp; I ran through the connectivity troubleshooting documentation, and found the workaround where I could manually download the templates and provide the path to these within the npx dt-app command line.&amp;nbsp; This helped, as the creation process progressed somewhat with this.&amp;nbsp; However, I am not receiving the following errors:&lt;/P&gt;&lt;P&gt;Error: Installing the dependencies failed.&lt;BR /&gt;Please try to run npm install&lt;BR /&gt;npm error code ETARGET&lt;BR /&gt;npm error notarget No matching version found for &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64071"&gt;@dynatrace&lt;/a&gt;-sdk/navigation@^2.1.0.&lt;BR /&gt;npm error notarget In most cases you or one of your dependencies are requesting&lt;BR /&gt;npm error notarget a package version that doesn't exist.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems there is a problem with the dependencies that are being pulled by npx.&amp;nbsp; Shouldn't the dt-app have the correct config files to resolve this?&amp;nbsp; How do I go about correcting this?&lt;/P&gt;&lt;P&gt;I have attached the error log file for review.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:32:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/278670#M1438</guid>
      <dc:creator>djmnyc</dc:creator>
      <dc:date>2025-06-04T13:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Developer First App : Errors with npx dt-app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/278712#M1439</link>
      <description>&lt;P&gt;Hi&amp;nbsp;djmnyc,&lt;BR /&gt;I see in the logs that you're using node v24, can you please try using v22.16 and let me know the outcome? Also terminal/cmd log would be helpful to see in case it fails again.&lt;/P&gt;
&lt;P&gt;Best, Haris&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:55:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/278712#M1439</guid>
      <dc:creator>haris</dc:creator>
      <dc:date>2025-06-04T14:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Developer First App : Errors with npx dt-app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/278910#M1447</link>
      <description>&lt;P&gt;Hi Harris.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed v24 and installed v22.16 as you suggested.&amp;nbsp; Unfortunately, I am still getting the same error message:&lt;/P&gt;&lt;P&gt;I have attached both the cmd error and the error log file.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cmd_error.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28384i2581A89972B580ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="cmd_error.png" alt="cmd_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 19:05:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/278910#M1447</guid>
      <dc:creator>djmnyc</dc:creator>
      <dc:date>2025-06-06T19:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Developer First App : Errors with npx dt-app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/278912#M1448</link>
      <description>&lt;P&gt;I see, it seems like there's an issue with the template you're referencing.&amp;nbsp;Can you try once again without using template?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="p-rich_text_section"&gt;Otherwise, here are some of the possible reasons:&lt;/DIV&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Access to the internet on local machines is not permitted at all&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;The firewall is configured only to allow access to specific domains&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Only specific processes/tools can access external webpage&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="p-rich_text_section"&gt;How to debug:&lt;/DIV&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Can your machine access any external webpage via the browser? (&lt;A class="c-link" href="http://npmjs.com/" target="_blank" rel="noopener noreferrer" data-stringify-link="http://npmjs.com" data-sk="tooltip_parent"&gt;npmjs.com&lt;/A&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="c-link" href="http://google.com/" target="_blank" rel="noopener noreferrer" data-stringify-link="http://google.com" data-sk="tooltip_parent"&gt;google.com&lt;/A&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="c-link" href="http://github.com/" target="_blank" rel="noopener noreferrer" data-stringify-link="http://github.com" data-sk="tooltip_parent"&gt;github.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;...)&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Can you open "&lt;A class="c-link" href="https://github.com/Dynatrace/dt-app-templates" target="_blank" rel="noopener noreferrer" data-stringify-link="https://github.com/Dynatrace/dt-app-templates" data-sk="tooltip_parent"&gt;https://github.com/Dynatrace/dt-app-templates&lt;/A&gt;" in the browser?&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Can you use npm CLI, and if so, how did you make it work?&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Can you access your Dynatrace tenant, and if so, how did you make it work?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These might give us better overview of the situation and reason it's happening.&lt;BR /&gt;&lt;BR /&gt;Best, Haris&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 22:11:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/278912#M1448</guid>
      <dc:creator>haris</dc:creator>
      <dc:date>2025-06-06T22:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Developer First App : Errors with npx dt-app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/278957#M1451</link>
      <description>&lt;P&gt;Thanks Haris.&lt;/P&gt;&lt;P&gt;In response to your debug suggestions:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Can your machine access any external webpage via the browser?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Yes, but of course limited to what is allowed via our corporate firewall.&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Can you open "&lt;A class="" href="https://github.com/Dynatrace/dt-app-templates" target="_blank" rel="noopener noreferrer nofollow"&gt;https://github.com/Dynatrace/dt-app-templates&lt;/A&gt;" in the browser?&lt;BR /&gt;Yes, no issues here.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Can you use npm CLI, and if so, how did you make it work?&lt;BR /&gt;Yes, I can run npm and npx.&amp;nbsp; I am not sure exactly what you are asking with "how did you make it work".&amp;nbsp; It was installed with the node.js installation.&amp;nbsp; I have not used npm or npx prior to attempting to work through the Dynatrace First app tutorial.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Can you access your Dynatrace tenant, and if so, how did you make it work?&lt;BR /&gt;Yes, I can access our Dynatrace tenant without issue.&amp;nbsp; Again, not exactly sure what you are asking.&amp;nbsp; Is there a specific configuration or setup of our Dynatrace environment that you'd like to know?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run npx &lt;A href="mailto:dt-app@latest" target="_blank" rel="noopener"&gt;dt-app@latest&lt;/A&gt;&amp;nbsp;create without specifying the local templates, I get an access error to GitHub.&amp;nbsp; That is why I downloaded the templates locally and provided the --template option as seen in this convo above.&amp;nbsp; Here is the exact error I receive when I do not add the template option:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="djmnyc_0-1749475999322.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28394iFEF3E3E14A3306A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="djmnyc_0-1749475999322.png" alt="djmnyc_0-1749475999322.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 13:34:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/278957#M1451</guid>
      <dc:creator>djmnyc</dc:creator>
      <dc:date>2025-06-09T13:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Developer First App : Errors with npx dt-app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/279621#M1456</link>
      <description>&lt;P&gt;Thanks for the info, I'm checking this with the team and we'll get back to you as soon as possible.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 12:57:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/279621#M1456</guid>
      <dc:creator>haris</dc:creator>
      <dc:date>2025-06-17T12:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Developer First App : Errors with npx dt-app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/281794#M1497</link>
      <description>&lt;DIV class="p-rich_text_section"&gt;Hi, I have information that if the dt-app can't fetch the templates from GitHub, it means that it is blocked from internet access, or at least access to GitHub.&lt;BR /&gt;&lt;BR /&gt;The issue is regarding your internal firewall configuration, and we're very limited in how we can help. A workaround would be to:&lt;/DIV&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Download the app template manually from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="c-link" href="https://github.com/Dynatrace/dt-app-templates/releases/tag/0.144.0" target="_blank" rel="noopener noreferrer" data-stringify-link="https://github.com/Dynatrace/dt-app-templates/releases/tag/0.144.0" data-sk="tooltip_parent"&gt;https://github.com/Dynatrace/dt-app-templates/releases/tag/0.144.0&lt;/A&gt;&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;specifying the unzipped templates folder via --template-dir&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="p-rich_text_section"&gt;But if npm or dt-app is blocked from internet access, there will be further problems, as you can see. I think this is what happened above when you tried. You should try to adjust the firewall configuration in this case.&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Jul 2025 23:42:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Developer-First-App-Errors-with-npx-dt-app/m-p/281794#M1497</guid>
      <dc:creator>haris</dc:creator>
      <dc:date>2025-07-17T23:42:57Z</dc:date>
    </item>
  </channel>
</rss>

