Docs: add note about silencing pnpm warnings

This commit is contained in:
Lovell Fuller 2025-03-07 12:53:11 +00:00
parent a619f29313
commit c9850afe67

View File

@ -20,6 +20,10 @@ npm install sharp
pnpm add 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 ```sh
yarn add sharp yarn add sharp
``` ```