check_npm
Check npm projects for errors by running install or build commands. Identify issues quickly to ensure code quality.
Instructions
Check for errors in an npm project by running 'npm install' or 'npm run build'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | No | The npm command to run (default: 'install'). Examples: 'install', 'run build', 'test'. | |
| envPath | No | Optional: Custom PATH environment variable. If not provided, uses system default PATH. | |
| directory | Yes | The root directory of the npm project. |