<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Developer10 Ishtech</title>
    <description>The latest articles on DEV Community by Developer10 Ishtech (@developer10_ishtech_c26e1).</description>
    <link>https://dev.to/developer10_ishtech_c26e1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1978589%2Fb91929ff-7052-478a-a782-c7573e6edcbf.png</url>
      <title>DEV Community: Developer10 Ishtech</title>
      <link>https://dev.to/developer10_ishtech_c26e1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/developer10_ishtech_c26e1"/>
    <language>en</language>
    <item>
      <title>Js heap out of memory on running angular 13 project</title>
      <dc:creator>Developer10 Ishtech</dc:creator>
      <pubDate>Mon, 26 Aug 2024 04:34:32 +0000</pubDate>
      <link>https://dev.to/developer10_ishtech_c26e1/js-heap-out-of-memory-on-running-angular-13-project-5bkm</link>
      <guid>https://dev.to/developer10_ishtech_c26e1/js-heap-out-of-memory-on-running-angular-13-project-5bkm</guid>
      <description>&lt;p&gt;Initially my angular project was in the version 10. i had successfully upgraded to v12 by referring the angular upgrade guide &lt;a href="https://angular.dev/update-guide" rel="noopener noreferrer"&gt;&lt;/a&gt;. I also upgraded the node version and typescript version respectively. I had upgraded the version to V13 by running these commands&lt;/p&gt;

&lt;p&gt;1.npm install --save-dev @angular/cli@13 &lt;br&gt;
2.ng update @angular/core@13 --force @angular/cli@13 &lt;br&gt;
3.npm install &lt;a href="mailto:typescript@4.4.4"&gt;typescript@4.4.4&lt;/a&gt; &lt;br&gt;
4.npm install @angular-devkit/&lt;a href="mailto:build-angular@13.0.4"&gt;build-angular@13.0.4&lt;/a&gt;&lt;br&gt;
5.npm cache clean --force&lt;br&gt;
6.npm install&lt;br&gt;
7.ng serve&lt;/p&gt;

&lt;p&gt;And iam gettin this error 'Error [ERR_WORKER_OUT_OF_MEMORY]: Worker terminated due to reaching memory limit: JS heap out of memory' on ng serve.How to resolve this issue&lt;/p&gt;

</description>
      <category>angular</category>
      <category>javascript</category>
      <category>html</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
