Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
SocialGouv
cdtn
code-du-travail-backoffice
Commits
0b94f5a9
Commit
0b94f5a9
authored
Mar 13, 2019
by
Ivan Gabriele
Committed by
Ivan Gabriele
Mar 15, 2019
Browse files
readme: update
parent
e5c1b52e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
README.md
README.md
+11
-0
No files found.
README.md
View file @
0b94f5a9
...
...
@@ -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
]
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment