install_package
Install Node.js packages in your workspace directory, automatically committing changes to Git with a specified message.
Instructions
Install a single package in the workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currentWorkingDirectory | Yes | ||
| name | Yes | Package name or specifier (e.g. lodash or lodash@4.17.21) | |
| commitMessage | Yes | Commit message for git |