Node Cookbook(Third Edition)
上QQ阅读APP看书,第一时间看更新

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.