changeset 85c493091c10 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset&node=85c493091c10
description:
        Document use of --legacy-peer-deps for installation

        issue10368
        review340691002
diffstat:

 README.md |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r a6faf12f1d3e -r 85c493091c10 README.md
--- a/README.md Fri Apr 23 20:34:44 2021 +0200
+++ b/README.md Fri Apr 30 09:14:55 2021 +0100
@@ -12,14 +12,14 @@
 Once you've downloaded and unpacked the sao source release, enter the directory
 where the archive was unpacked, and run:
 
-    $ npm install --production
+    $ npm install --production --legacy-peer-deps
 
 Development
 ...........
 
 For development, you have to run instead:
 
-    $ npm install
+    $ npm install --legacy-peer-deps
     $ grunt dev
 
 Setup

Reply via email to