Learn how to ignore development dependencies and decrease the size of the node_modules folder when working with npm install in a production environment.
⌛ Timestamps
0:00 - Introduction
0:10 - npm install Overview
0:23 - DevDependencies and Production
0:41 - Dependencies vs. DevDependencies
1:07 - DevDependencies and node_modules Size
1:32 - Installing Production Dependencies Only
2:44 - Outro