Install npm dependencies
npm_installInstall npm dependencies for a project with npm ci or npm install, using no-audit/no-fund defaults. Auto-detects project root and runs inside the specified project.
Instructions
Runs npm ci or npm install with no-audit/no-fund defaults inside an auto-detected npm project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional project-relative working directory. When omitted, the tool auto-detects the relevant app root. | |
| mode | No | ci | |
| project | Yes | Project key from list_projects. | |
| ignoreScripts | No | ||
| timeoutSeconds | No |