Smart dependency conflict detection for JavaScript/TypeScript projects.
# Using npx (no install required)
npx depfixer
# Or install globally
npm install -g depfixer
depfixer- Dependency Conflict Detection - Find version mismatches, peer dependency issues, and compatibility problems
- Framework-Aware Analysis - Specialized support for Angular, React, and Vue
- Migration Planning - Plan framework upgrades with dependency impact analysis
- One-Click Fixes - Apply recommended solutions automatically
- CI/CD Integration - Exit codes and JSON output for pipelines
# Analyze your project
npx depfixer
# Plan a framework migration
npx depfixer migrate
# Apply fixes from previous analysis
npx depfixer fix| Command | Description |
|---|---|
npx depfixer |
Analyze dependencies and detect conflicts |
npx depfixer migrate |
Interactive framework migration planner |
npx depfixer fix |
Apply fixes from previous analysis |
npx depfixer login |
Authenticate with DepFixer |
npx depfixer logout |
Clear stored credentials |
npx depfixer whoami |
Show account information |
- Angular 9 - 20
- React 16 - 19
- Vue 2 - 3
Full documentation available at docs.depfixer.com
- Website: depfixer.com
- Documentation: docs.depfixer.com
- npm: npmjs.com/package/depfixer
- Node.js 18.0.0 or higher
- npm 8.0.0 or higher
Apache-2.0
Built with care for the JavaScript ecosystem.