Skip to content

Commit 969ec95

Browse files
authored
docs: remove h4 (#13802)
1 parent 44a7aae commit 969ec95

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

documentation/docs/60-appendix/10-faq.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,7 @@ Sort of. The Plug'n'Play feature, aka 'pnp', is broken (it deviates from the Nod
193193

194194
Currently ESM Support within the latest Yarn (version 3) is considered [experimental](https://github.com/yarnpkg/berry/pull/2161).
195195

196-
The below seems to work although your results may vary.
197-
198-
First create a new application:
196+
The below seems to work although your results may vary. First create a new application:
199197

200198
```sh
201199
yarn create svelte myapp
@@ -209,8 +207,6 @@ yarn set version berry
209207
yarn install
210208
```
211209

212-
#### Yarn 3 global cache
213-
214210
One of the more interesting features of Yarn Berry is the ability to have a single global cache for packages, instead of having multiple copies for each project on the disk. However, setting `enableGlobalCache` to true causes building to fail, so it is recommended to add the following to the `.yarnrc.yml` file:
215211

216212
```yaml

0 commit comments

Comments
 (0)