# install-peers

> Automatically installs project's peerDependencies (as devDependencies)

Latest version **1.0.4** (published 2022-05-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install install-peers
pnpm add install-peers
yarn add install-peers
bun add install-peers
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2022-05-16 |
| First published | 2017-08-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 8.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 39 |
| Author | Alex Indigo |
| Maintainers | alexindigo, ayan4m1 |
| Keywords | peerdependencies, peers, peerdeps, dev, devdeps, devdependencies, install, automatically, npm, yarn, nvm, local |

## Links

- npm: https://www.npmjs.com/package/install-peers
- Repository: https://github.com/alexindigo/install-peers
- Homepage: https://github.com/alexindigo/install-peers#readme
- Issues: https://github.com/alexindigo/install-peers/issues
- npm.io page: https://npm.io/package/install-peers

## Dependencies (1)

- [executioner](https://npm.io/package/executioner.md) ^2.0.1

## Alternatives

- [messageformat](https://npm.io/package/messageformat.md) — 329.7K weekly downloads
- [@mintlify/scraping](https://npm.io/package/@mintlify/scraping.md) — 294.8K weekly downloads
- [@mintlify/previewing](https://npm.io/package/@mintlify/previewing.md) — 209.5K weekly downloads
- [@mintlify/prebuild](https://npm.io/package/@mintlify/prebuild.md) — 209.5K weekly downloads
- [@mintlify/link-rot](https://npm.io/package/@mintlify/link-rot.md) — 206.3K weekly downloads

## Recent versions

- 1.0.4 (latest) — 2022-05-16
- 1.0.3 — 2018-11-04
- 1.0.2 — 2017-08-30
- 1.0.1 — 2017-08-30
- 1.0.0 — 2017-08-30

## README

# install-peers

Automatically installs project's peerDependencies (as devDependencies). Works with `npm`, `yarn` and `nvm`.

## Install

### npm

```
$ npm install --save-dev --ignore-scripts install-peers
```

### yarn

```
$ yarn add --dev --ignore-scripts install-peers
```

## Usage

Run `npm install` (or `yarn install`) to install `prod` and `dev`, as well as `peer` dependencies.

_You still may see "unmet peer dependency" warnings, due to installation flow of npm/yarn._

Also it won't update lock (shrinkwrap) files or modify package.json, keeping your setup pure and clean.

## License

Install-Peers is released under the MIT license.

---
_Source: https://npm.io/package/install-peers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
