Search⌘ K

Relationship between Packages and Modules

Let's cover the relationship between packages and modules in Node.js.

We'll cover the following...

Let’s recap what you have learned so far:

  • A module is anything that can be loaded with require().
  • A package is a Node application described
...