Node.js Package Management - Thomas Hunter II

preview_player
Показать описание

* Basics: How do dependencies work?
* Let's Define some Terms
* Dependency Installation
* Packages are Versioned
* Dependency Tree: Where do those dependencies go?
* Logical Dependency Tree
* Physical Dependency Tree, Naive
* Physical Dependency Tree, De-duplicated
* Determining Physical Tree is Complex
* Another Dependency Tree Approach: pnpm
* Install Determinism
* Module Resolution: How does `require()` work?
* Overview of `require()`
* Module Resolution Examples
* Require Cache
* Best Practices: What's the best way to use this stuff?
* Deployment and Workflow
* Requiring Packages
* Security Concerns

Рекомендации по теме