$ 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