From ff2e689d35e9d927170fc7dd9945e4131d5ff950 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 14 Aug 2024 08:48:12 +0100 Subject: [PATCH] Remove yarn v1 specifics from help text --- lib/sharp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/sharp.js b/lib/sharp.js index 5b5ef3889..3428c5fef 100644 --- a/lib/sharp.js +++ b/lib/sharp.js @@ -57,7 +57,6 @@ if (sharp) { help.push( '- Ensure optional dependencies can be installed:', ' npm install --include=optional sharp', - ' yarn add sharp --ignore-engines', '- Ensure your package manager supports multi-platform installation:', ' See https://sharp.pixelplumbing.com/install#cross-platform', '- Add platform-specific dependencies:',