Install Dependencies
varity_install_depsInstall npm dependencies for a Varity project. Specify packages or run full install after project creation.
Instructions
Install npm dependencies in a Varity project. Use after creating a project or when adding new packages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project directory to install dependencies in (default: current directory) | |
| packages | No | Specific packages to install (e.g., ['axios', 'lodash']). If omitted, runs npm install for all dependencies. |