Installing dependencies

The Node.js module system, along with its vast ecosystem enables a high degree of composability. A lot of modules are small and do one thing well, and this allows us to composite our own modules on top of other modules.

In this recipe, we will install a dependency.