- Node Cookbook(Third Edition)
- David Mark Clements Matthias Buus Matteo Collina Peter Elger
- 50字
- 2024-10-29 20:27:02
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.