1.0.2 • Published 3 years ago

yarn-plugin-ignore-install-options v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Ignore Install Options

This Yarn Plugin helps you to ignore legacy flags from Yarn v1 – while you install dependencies with Yarn v3 – without braking the initial command.

This way, CIs which by default run e.g. yarn install --non-interactive --prefer-offline --network-timeout 600000 – will still work., as it becomes yarn install.

Requirements

  • Yarn v3 or higher.
  • Node.js 14.17.6 or higher.

How to use?

  1. Run one of these commands:

yarn add -D yarn-plugin-ignore-install-options

or

yarn plugin import https://raw.githubusercontent.com/tujoworker/plugin-ignore-install-options/main/index.js

  1. and git commit the new generated file inside /plugins.
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago