From b4dfcbe607a3844abac602556915d38ed93835c4 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 9 Dec 2023 15:39:13 +0100 Subject: [PATCH] Update install.md --- docs/cli/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cli/install.md b/docs/cli/install.md index a1568b59cad1..c9c6e43bae29 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -153,7 +153,9 @@ dependencies. ### --filter <package_selector> :::warning + Filter currently does not work properly with v8 default config, you have to implicitly set [dedupe-peer-dependents](../npmrc.md#dedupe-peer-dependents) to `false` to have that work. For more info and progress please refer to [#6300](https://github.com/pnpm/pnpm/issues/6300) + ::: [Read more about filtering.](../filtering.md)