Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
readme: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Mar 13, 2019
1 parent 33715ad commit 0724cbb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ yarn dev

Et c'est tout! Le site devrait être accessible via http://localhost:3100.

### Problèmes connus

Sous Linux, si vous rencontrez l'erreur
`Error: ENOSPC: System limit for number of file watchers reached`, la [solution
actuelle](https://github.com/facebook/jest/issues/3254#issuecomment-297214395)
consiste à augmenter le nombre de watchers du système de fichiers en exécutant:

```bash
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
```

## Licence

Ce dépôt est licencié sous la [licence Apacha 2.0][link-license].
Expand Down

0 comments on commit 0724cbb

Please sign in to comment.