<?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: Jatin Anand</title>
    <description>The latest articles on DEV Community by Jatin Anand (@jatin345anand).</description>
    <link>https://dev.to/jatin345anand</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%2F1942880%2Fff9490cf-2d68-4108-b9cb-266e6e63e365.jpeg</url>
      <title>DEV Community: Jatin Anand</title>
      <link>https://dev.to/jatin345anand</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jatin345anand"/>
    <language>en</language>
    <item>
      <title>How to use open source nodejs project's build or bundle in another nodejs project by importing?</title>
      <dc:creator>Jatin Anand</dc:creator>
      <pubDate>Fri, 08 Nov 2024 08:01:27 +0000</pubDate>
      <link>https://dev.to/jatin345anand/how-to-use-open-source-nodejs-projects-build-or-bundle-in-another-nodejs-project-by-importing-2864</link>
      <guid>https://dev.to/jatin345anand/how-to-use-open-source-nodejs-projects-build-or-bundle-in-another-nodejs-project-by-importing-2864</guid>
      <description>&lt;p&gt;I have tried to make a package of an open-source nodejs project using the following command.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npm pack&lt;/code&gt;&lt;br&gt;
or&lt;br&gt;
&lt;code&gt;npm pack&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;After I got the tar file, I installed it by&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npm install tar_file_path&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;After I used required api in another Nodejs project, it could not load or import properly. I am not able to launch or update the index.html file of the packaged folder.&lt;/p&gt;

&lt;p&gt;Please guide me or help me fix this problem.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>node</category>
      <category>npm</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
