From c9850afe67421ff341a2f33afab9e75749e38796 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 7 Mar 2025 12:53:11 +0000 Subject: [PATCH] Docs: add note about silencing pnpm warnings --- docs/src/content/docs/install.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/content/docs/install.md b/docs/src/content/docs/install.md index 37dbdf35..33e82b2e 100644 --- a/docs/src/content/docs/install.md +++ b/docs/src/content/docs/install.md @@ -20,6 +20,10 @@ npm install sharp pnpm add sharp ``` +When using `pnpm`, you may need to add `sharp` to +[ignoredBuiltDependencies](https://pnpm.io/package_json#pnpmignoredbuiltdependencies) +to silence warnings. + ```sh yarn add sharp ```