<?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: Abdulkader</title>
    <description>The latest articles on DEV Community by Abdulkader (@tears).</description>
    <link>https://dev.to/tears</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%2F1166636%2Fb3bc30d3-bb93-4915-812e-edb1b719deed.png</url>
      <title>DEV Community: Abdulkader</title>
      <link>https://dev.to/tears</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tears"/>
    <language>en</language>
    <item>
      <title>"ng serve - o" does not work, but "ng serve" works</title>
      <dc:creator>Abdulkader</dc:creator>
      <pubDate>Thu, 21 Sep 2023 06:53:19 +0000</pubDate>
      <link>https://dev.to/tears/ng-serve-o-does-not-work-but-ng-serve-works-14cm</link>
      <guid>https://dev.to/tears/ng-serve-o-does-not-work-but-ng-serve-works-14cm</guid>
      <description>&lt;p&gt;I have Problem with Angular,that after I configure the Micro frontend Framework (module federation) for the remote and the host (the remote and the host not in the same workspace). when I run the App(remote) with "ng serve - o" it shows me this error &lt;strong&gt;"Uncaught TypeError: The specifier “module” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”." *&lt;em&gt;in the Console, but when I run the app(remote) with "ng serve" it works without any Problem and the host shows the remote too. I open the Generated js Files: &lt;a href="http://localhost:4201/src_app_esg_esg_module_ts-_d58a1.js"&gt;http://localhost:4201/src_app_esg_esg_module_ts-_d58a1.js&lt;/a&gt; and &lt;a href="http://localhost:4201/src_app_esg_esg_module_ts-_d58a0.js"&gt;http://localhost:4201/src_app_esg_esg_module_ts-_d58a0.js&lt;/a&gt;. this 2 Files have in the not working version an extra Line *&lt;/em&gt;"import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module";"&lt;/strong&gt; in the top of the File. but in the working version, they have not this line. it is so Confusing and i want to know where can be the Problem. Thx in Advance&lt;/p&gt;

&lt;p&gt;I tried to update all the Dependences, Node version, Angular Version, but nothings works&lt;/p&gt;

&lt;p&gt;----I tried somthing but it makes the "ng serve" and "ng serve -o" both of them not working: -I remove the node_module and package-lock.json -I run npm Update -then I run npm install after that **nothing **works.... that made it worst&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
