install-peerdeps
« Back to VersTracker
Description:
CLI to automatically install peerDeps
Type: Formula  |  Latest Version: 3.0.7@0  |  Tracked Since: Dec 24, 2025
Links: Homepage  |  GitHub  |  Docs  |  formulae.brew.sh
Stars: 300  |  Forks: 23  |  Language: JavaScript  |  Category: Developer tools
Tags: npm peer-dependencies cli javascript automation
Install: brew install install-peerdeps
About:
install-peerdeps is a CLI tool that automates the installation of peer dependencies for npm packages. It resolves version conflicts by prompting the user to select a compatible version when multiple versions are required. This streamlines the setup process for libraries that rely on peer dependencies, such as React components or ESLint plugins.
Key Features:
  • Automated installation of peer dependencies via npm or yarn
  • Interactive version selection for conflicting peer dependency requirements
  • Support for both global and local package installations
  • Command-line interface for easy integration into development workflows
Use Cases:
  • Setting up ESLint or Stylelint configurations with required plugins
  • Installing React component libraries that require specific React versions
  • Automating project scaffolding to ensure all dependencies are met
Alternatives:
  • npm – Native npm install requires manual handling of peer dependency warnings
  • yarn – Yarn's PnP mode handles dependencies differently but doesn't automate peer dep resolution
Version History
Detected Version Rev Change Commit
Dec 24, 2025 9:55pm 3.0.7 0 VERSION_BUMP 1c016408