<?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: Unable to run 'npm run start' cmd while creating custom app in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/266826#M1234</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/75062"&gt;@Tanveermd&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, try to create project in a disk different from "C" disk. If "C" is your only available disk, then try to create one folder like "&lt;STRONG&gt;src&lt;/STRONG&gt;" under "&lt;STRONG&gt;C&lt;/STRONG&gt;" drive and then create a project under "&lt;STRONG&gt;C/src/&lt;/STRONG&gt;" because sometimes permissions also create problem.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After you created your project using "&lt;STRONG&gt;npx dt-app@latest create&lt;/STRONG&gt;" and you followed the instructions given there. Try to point out to the same directory i mean be in the root directory of the project and then run the command like:&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;npm run start&lt;/STRONG&gt;".&lt;BR /&gt;&lt;BR /&gt;If you face some issues related to authentication while running the app, here i have given you answer for that.&lt;BR /&gt;&lt;A title="https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/266825#M1233" href="https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/266825#M1233" target="_self"&gt;https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/266825#M1233&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2025 06:41:34 GMT</pubDate>
    <dc:creator>zaid-bashir</dc:creator>
    <dc:date>2025-01-08T06:41:34Z</dc:date>
    <item>
      <title>Unable to run 'npm run start' cmd while creating custom app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/261618#M1135</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am unable to run 'npm run start' cmd while creating custom app, here is the error that I am getting, please could you help me in resolving this error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Users\xxxxx\tansre-3&amp;gt;npm run start&lt;BR /&gt;npm ERR! Missing script: "start"&lt;BR /&gt;npm ERR!&lt;BR /&gt;npm ERR! Did you mean one of these?&lt;BR /&gt;npm ERR! npm star # Mark your favorite packages&lt;BR /&gt;npm ERR! npm stars # View packages marked as favorites&lt;BR /&gt;npm ERR!&lt;BR /&gt;npm ERR! To see a list of scripts, run:&lt;BR /&gt;npm ERR! npm run&lt;/P&gt;
&lt;P&gt;npm ERR! A complete log of this run can be found in: C:\Users\xxxxx\AppData\Local\npm-cache\_logs\2024-11-05T21_38_41_992Z-debug-0.log&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 10:49:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/261618#M1135</guid>
      <dc:creator>Tanveermd</dc:creator>
      <dc:date>2024-11-12T10:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run 'npm run start' cmd while creating custom app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/261620#M1136</link>
      <description>&lt;P&gt;Check to make sure you have the correct package.json file. There will be a scripts block with all the npm commands available to the app.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"scripts"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"build"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app build --prod"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"start"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app dev"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"generate:function"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app generate function"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"generate:action"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app generate action"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"uninstall"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app uninstall"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"deploy"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app deploy"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"update"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app update"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"info"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app info"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"help"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app help"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"lint"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"eslint ."&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Nov 2024 22:17:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/261620#M1136</guid>
      <dc:creator>Mulks</dc:creator>
      <dc:date>2024-11-05T22:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run 'npm run start' cmd while creating custom app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/261621#M1137</link>
      <description>&lt;P&gt;You may simply be missing the `start` script that should be located in in the `package.json` file. I would verify that this script actually exists before running.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 23:08:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/261621#M1137</guid>
      <dc:creator>Taylor-Sanchez</dc:creator>
      <dc:date>2024-11-05T23:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run 'npm run start' cmd while creating custom app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/261624#M1138</link>
      <description>&lt;P&gt;Many thanks for your response Mulks and Taylor, I am able to start the development server, but now ending-up with the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Users\xxxx\tansre-3&amp;gt;npm run start&lt;/P&gt;&lt;P&gt;&amp;gt; start&lt;BR /&gt;&amp;gt; dt-app dev&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Warning ──────────────────────────────────────────────────────────────────────────────────&lt;/P&gt;&lt;P&gt;Failed to retrieve user details. App functions will use placeholder data.&lt;/P&gt;&lt;P&gt;──────────────────────────────────────────────────────────────────────────────────────────&lt;/P&gt;&lt;P&gt;DT-APP: Started local development server&lt;BR /&gt;&amp;gt; &amp;lt;no file&amp;gt; - Error: Cannot find tsconfig file "tsconfig.json"&lt;/P&gt;&lt;P&gt;&amp;gt; &amp;lt;no file&amp;gt; - Error: Could not resolve "C:\\Users\\xxxx\\tansre-3\\src\\main.tsx"&lt;/P&gt;&lt;P&gt;× Authenticating...&lt;BR /&gt;Error: SSO-URL for '&lt;A href="https://{environmentid}.apps.dynatrace.com" target="_blank"&gt;https://{environmentid}.apps.dynatrace.com&lt;/A&gt;' could not be processed.&lt;BR /&gt;self-signed certificate in certificate chain&lt;BR /&gt;If you need further assistance visit the connectivity troubleshooting guide here: &lt;A href="https://dt-url.net/c4jp0s12" target="_blank"&gt;https://dt-url.net/c4jp0s12&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like I am still missing something. Please advise&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 05:26:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/261624#M1138</guid>
      <dc:creator>Tanveermd</dc:creator>
      <dc:date>2024-11-06T05:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run 'npm run start' cmd while creating custom app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/266825#M1233</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/75062"&gt;@Tanveermd&lt;/a&gt;,&lt;BR /&gt;It is a better approach to install the&amp;nbsp;Dynatrace Apps extension on VSCode. Just search in VScode Extensions for "Dynatrace Apps".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zaidbashir_0-1736316809589.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25596i69F201B3FB190265/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zaidbashir_0-1736316809589.png" alt="zaidbashir_0-1736316809589.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Once you create the project, it will show you "&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[Dynatrace] Not Authenticated&lt;/STRONG&gt;&lt;/FONT&gt;".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Not Authenticated" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25597iA4E522E8C84B9B43/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-01-08 101414.png" alt="Not Authenticated" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Not Authenticated&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just Click on it and it will show you dialog like the below to authenticate your self with the dynatrace account.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zaidbashir_1-1736317052259.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25598i07FDCDDCE643376C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zaidbashir_1-1736317052259.png" alt="zaidbashir_1-1736317052259.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you are still facing problem, try to look into your package.json file for "scripts" parameter. Below you can find the "scripts" field.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"scripts"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"build"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app build --prod"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"start"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app dev"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"generate:function"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app generate function"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"generate:action"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app generate action"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"uninstall"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app uninstall"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"deploy"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app deploy"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"update"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app update"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"info"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app info"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"help"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"dt-app help"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"lint"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"eslint ."&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 06:22:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/266825#M1233</guid>
      <dc:creator>zaid-bashir</dc:creator>
      <dc:date>2025-01-08T06:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run 'npm run start' cmd while creating custom app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/266826#M1234</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/75062"&gt;@Tanveermd&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, try to create project in a disk different from "C" disk. If "C" is your only available disk, then try to create one folder like "&lt;STRONG&gt;src&lt;/STRONG&gt;" under "&lt;STRONG&gt;C&lt;/STRONG&gt;" drive and then create a project under "&lt;STRONG&gt;C/src/&lt;/STRONG&gt;" because sometimes permissions also create problem.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After you created your project using "&lt;STRONG&gt;npx dt-app@latest create&lt;/STRONG&gt;" and you followed the instructions given there. Try to point out to the same directory i mean be in the root directory of the project and then run the command like:&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;npm run start&lt;/STRONG&gt;".&lt;BR /&gt;&lt;BR /&gt;If you face some issues related to authentication while running the app, here i have given you answer for that.&lt;BR /&gt;&lt;A title="https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/266825#M1233" href="https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/266825#M1233" target="_self"&gt;https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/266825#M1233&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 06:41:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/266826#M1234</guid>
      <dc:creator>zaid-bashir</dc:creator>
      <dc:date>2025-01-08T06:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run 'npm run start' cmd while creating custom app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/279528#M1454</link>
      <description>&lt;P&gt;Just a very simple question, how did you instal this tool in the first place: I am getting this error:&amp;nbsp;C:\Users\1\NodeJS\node-v22.16.0-win-x64&amp;gt;npm install -g &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64071"&gt;@dynatrace&lt;/a&gt;/dt-app&lt;BR /&gt;npm error code E404&lt;BR /&gt;npm error 404 Not Found - GET &lt;A href="https://registry.npmjs.org/@dynatrace%2fdt-app" target="_blank"&gt;https://registry.npmjs.org/@dynatrace%2fdt-app&lt;/A&gt; - Not found&lt;BR /&gt;npm error 404&lt;BR /&gt;npm error 404 '@dynatrace/dt-app@*' is not in this registry.&lt;BR /&gt;npm error 404&lt;BR /&gt;npm error 404 Note that you can also install from a&lt;BR /&gt;npm error 404 tarball, folder, http url, or git url.&lt;BR /&gt;npm error A complete log of this run can be found in: C:\Users\1\AppData\Local\npm-cache\_logs\2025-06-16T14_12_54_833Z-debug-0.log - Any feedback is much appreciated?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 14:16:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Unable-to-run-npm-run-start-cmd-while-creating-custom-app/m-p/279528#M1454</guid>
      <dc:creator>MarwanC</dc:creator>
      <dc:date>2025-06-16T14:16:27Z</dc:date>
    </item>
  </channel>
</rss>

