install_package
Add a single package to your Node.js workspace by specifying its name or version. This tool handles dependency installation for development projects.
Instructions
Install a single package in the workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name or specifier (e.g. lodash or lodash@4.17.21) |