nodejs_install_deps
Installs Node.js dependencies using npm, yarn, pnpm, or bun. Supports production-only installs and frozen lockfiles.
Instructions
Install Node.js dependencies with npm, yarn, pnpm, or bun
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments | |
| frozen | No | Use frozen lockfile (no updates) | |
| timeout | No | Command timeout in milliseconds | |
| directory | No | Working directory | |
| production | No | Install production dependencies only | |
| packageManager | No | Package manager to use (auto-detected by default) |