check_compatibility
Check if a package version is compatible with your project's existing dependencies. Specify the package and its version range to detect potential conflicts before installing.
Instructions
Analyze compatibility of a package with existing project dependencies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version or version range | |
| packageName | Yes | Name of the package to check | |
| existingDependencies | Yes | Existing package.json dependencies |