$ man dependencies

Engineering · Development Tools

Dependencies

External code your project relies on to function.


为什么重要

Your site depends on Next.js. Your tracker depends on Pillow. If dependencies aren't installed, nothing runs. If they're outdated, things break. Dependency management is invisible until it isn't.

你怎么用它

npm install installs all dependencies listed in package.json. pip install Pillow installs Python dependencies. Dependencies are tracked in lock files. Don't edit those manually.


相关术语
PackagesBuild Process
工程与 AI 指南所有术语
ShawnOS.ai|theGTMOS.ai|theContentOS.ai
built with Next.js · Tailwind · Claude · Remotion