Resolve package dependency conflicts and version incompatibilities
Help me resolve dependency conflicts in my {{PACKAGE_MANAGER}} project.
**Error message:**
```
{{ERROR_MESSAGE}}
```
**Package manager:** {{PACKAGE_MANAGER}}
**Language/Runtime:** {{LANGUAGE}}
**Relevant dependency file (package.json, requirements.txt, etc.):**
```
{{DEPENDENCY_FILE}}
```
**Lock file content (if relevant):**
```
{{LOCK_FILE}}
```
Please provide:
1. **Conflict Analysis**: Explain the exact dependency conflict
2. **Version Compatibility**: Identify compatible version ranges
3. **Resolution Strategy**: Step-by-step fix instructions
4. **Dependency Tree**: Visualize the problematic dependency chain
5. **Override/Resolution**: How to force specific versions if needed
6. **Updated Configuration**: Provide the fixed dependency file
7. **Prevention Tips**: How to avoid future conflictsOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{PACKAGE_MANAGER][{ERROR_MESSAGE][{LANGUAGE][{DEPENDENCY_FILE][{LOCK_FILE]