<?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: Hamza</title>
    <description>The latest articles on DEV Community by Hamza (@salahhamza).</description>
    <link>https://dev.to/salahhamza</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%2F52747%2F41748477-f706-483b-9901-87b6cbf42b65.jpeg</url>
      <title>DEV Community: Hamza</title>
      <link>https://dev.to/salahhamza</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/salahhamza"/>
    <language>en</language>
    <item>
      <title>why does NPM install extra modules?</title>
      <dc:creator>Hamza</dc:creator>
      <pubDate>Mon, 15 Jan 2018 03:03:53 +0000</pubDate>
      <link>https://dev.to/salahhamza/why-does-npm-install-extra-modules-4kb2</link>
      <guid>https://dev.to/salahhamza/why-does-npm-install-extra-modules-4kb2</guid>
      <description>&lt;p&gt;I am new to web development, currently learning &lt;a href="https://nodejs.org/en/" rel="noopener noreferrer"&gt;Node.js&lt;/a&gt; and &lt;a href="http://expressjs.com/" rel="noopener noreferrer"&gt;Express&lt;/a&gt; is the first web framework i am diving into, since that's the stack the online course i am following work with (and i am quite happy with it).&lt;br&gt;
While trying to to &lt;a href="https://www.npmjs.com/" rel="noopener noreferrer"&gt;npm&lt;/a&gt; install Express to the directory i am working in, i have noticed that not only express module was install but also a bunch of other modules:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F57iwamsz2x2nygync3ob.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F57iwamsz2x2nygync3ob.PNG" alt="node_modules"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, my questions is: &lt;strong&gt;What's the need for all those extra modules? and are they necessary for express to function well?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;and Thanks in advance&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>webdev</category>
      <category>node</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
