<?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: siddharth jaiswal</title>
    <description>The latest articles on DEV Community by siddharth jaiswal (@siddharth_jaiswal_4e34d9d).</description>
    <link>https://dev.to/siddharth_jaiswal_4e34d9d</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%2F1443789%2F823e9893-8434-4475-a58a-8b1bf58ad437.png</url>
      <title>DEV Community: siddharth jaiswal</title>
      <link>https://dev.to/siddharth_jaiswal_4e34d9d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/siddharth_jaiswal_4e34d9d"/>
    <language>en</language>
    <item>
      <title>Could not resolve "zone.js"</title>
      <dc:creator>siddharth jaiswal</dc:creator>
      <pubDate>Tue, 23 Apr 2024 09:23:10 +0000</pubDate>
      <link>https://dev.to/siddharth_jaiswal_4e34d9d/could-not-resolve-zonejs-lo2</link>
      <guid>https://dev.to/siddharth_jaiswal_4e34d9d/could-not-resolve-zonejs-lo2</guid>
      <description>&lt;p&gt;[ERROR] Could not resolve "zone.js"&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;angular:polyfills:angular:polyfills:1:7:
  1 │ import 'zone.js';
    ╵        ~~~~~~~~~
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;The Yarn Plug'n'Play manifest forbids importing "zone.js" here because it's not listed as a dependency of this package:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;../../.pnp.cjs:36:31:
  36 │         "packageDependencies": [\
     ╵                                ~~
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;You can mark the path "zone.js" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.&lt;/p&gt;

&lt;p&gt;I am getting the above error every time I run the new angular project, Can anyone help me?&lt;/p&gt;

</description>
      <category>angular</category>
      <category>help</category>
    </item>
  </channel>
</rss>
