Chapter 19: Node.js Managing Dependencies
1. What does “managing dependencies” actually mean? In a Node.js project you usually have two kinds of external code you depend on: Type Purpose Installed where? Example packages Lives in production build? dependencies Libraries...
