---
title: install
description: 'Install a dependency, check existing dependencies, or fix dependency issues.'
source_url:
  html: 'https://shopify.dev/docs/api/shop-minis/commands/install'
  md: 'https://shopify.dev/docs/api/shop-minis/commands/install.md'
---

# install

Install a dependency, check existing dependencies, or fix dependency issues.

#### Arguments

* **dependency**

  **string**

  The dependency to install (e.g., react@^18.0.0).

#### Options

* **--check**

  **boolean**

  Check that installed dependencies are valid.

* **--fix**

  **boolean**

  Fix dependency issues by adding, updating, or removing dependencies.

* **--json**

  **boolean**

  Output dependency check results as JSON (only with --check).

Examples

### Examples

* ####

  ##### zsh

  ```sh
  npx shop-minis install [options] [dependency]
  ```

***
