All Projects → alexindigo → install-peers

alexindigo / install-peers

Licence: MIT license
Automatically installs project's peerDependencies (as devDependencies)

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].