Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > YarnOptionsConfiguration > ignoreEngines

YarnOptionsConfiguration.ignoreEngines property

If true, then Rush will add the "--ignore-engines" option when invoking Yarn. This allows "rush install" to succeed if there are dependencies with engines defined in package.json which do not match the current environment.

The default value is false.

Signature:

readonly ignoreEngines: boolean;