Update README.md

New hint to avoid conflict with cache files
pull/4744/head
Nicolas Ducoulombier 2 years ago committed by GitHub
parent 8b409304a8
commit bee82f81a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

@ -97,9 +97,10 @@ yarn dev
~~~~
This will update the JS (yarn) and PHP (composer) dependencies in the public/build folder.
Some times there are conflicts with existing files so to avoid those here are some hints/
Some times there are conflicts with existing files so to avoid those here are some hints :
- for composer errors you can remove the vendor folder and composer.lock file
- for yarn erros you can remove yarn.lock .yarn/cache/* node_modules/*
- when opening Chamilo, it does not load, then you can delete var/cache/*
### Refresh configuration settings

Loading…
Cancel
Save