Install Dependencies
depsonar_installInstall dependencies for a project. Optionally clean node_modules or vendor first to avoid stale packages.
Instructions
Fresh install. Use clean=true to nuke node_modules/vendor first.
Examples:
"Install deps for JobPin"
"Clean install my project"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clean | No | Delete node_modules/vendor before install. | |
| project | Yes | Project name (e.g. 'my-app') or full absolute path. |