# Le terme "yarn" n'est pas reconnu

## Message d'erreur

![](https://3811890722-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjyUHtDtFK1E3oLCjuTJl%2Fuploads%2FAn53KdkrrNkv4nA3DATD%2Fimage.png?alt=media\&token=bbb0e9b8-ee4c-4603-bf31-131d744ca3ca)

## Résolution

Lancez la commande suivante dans le terminal de Visual Studio Code afin d’installer yarn :&#x20;

```
npm install --global yarn 
```
