Skip to content

Commit

Permalink
docs(core): remove mention of node_modules/.cache/nx from yarn pnp do…
Browse files Browse the repository at this point in the history
…cs (#28722)



Co-authored-by: Isaac Mann <[email protected]>
  • Loading branch information
MaxKless and isaacplmann authored Oct 31, 2024
1 parent e22d65e commit 93b9b71
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/shared/recipes/yarn-pnp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 93b9b71

Please sign in to comment.