docs(misc): recipes - update your global nx installation … (#27591)

… - update to yarn 2+

Closes #27588

## Current Behavior
See #27588

## Expected Behavior
See #27588

## Related Issue(s)
See #27588

Fixes #

Co-authored-by: @NgDaddy Paweł Twardziak <contact@ngdaddy.com>
This commit is contained in:
Paweł Twardziak 2024-08-23 23:19:36 +02:00 committed by GitHub
parent 088a95b7e5
commit 15b8d49c4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,14 @@ npm list --global nx
{% /tab %} {% /tab %}
{% tab label="yarn" %} {% tab label="yarn" %}
**yarn 2+**
```shell
yarn dlx list nx
```
yarn 1.x
```shell ```shell
yarn global list nx yarn global list nx
``` ```