From 93b9b71e31c1643d711920d9c11f0c4ddb08edc4 Mon Sep 17 00:00:00 2001 From: MaxKless <34165455+MaxKless@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:42:24 +0100 Subject: [PATCH] docs(core): remove mention of node_modules/.cache/nx from yarn pnp docs (#28722) Co-authored-by: Isaac Mann --- docs/shared/recipes/yarn-pnp.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/shared/recipes/yarn-pnp.md b/docs/shared/recipes/yarn-pnp.md index 823ab380b6003..59f9e0b517097 100644 --- a/docs/shared/recipes/yarn-pnp.md +++ b/docs/shared/recipes/yarn-pnp.md @@ -54,13 +54,7 @@ Once the config is changed you need to run the install again: yarn install ``` -Running install generates a `.pnp.cjs` file that contains a mapping of external packages and strips all the packages from the `node_modules`. The contents of your `node_modules` should now look like this: - -```text -node_modules/ -└── .cache - └── nx -``` +Running install generates a `.pnp.cjs` file that contains a mapping of external packages and strips all the packages from the `node_modules`. ## Dealing with Inaccessible Dependencies