From e22d8dffc0fc5e6df1745215e6b82b071b65c1da Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 13 Feb 2021 07:42:28 +0000 Subject: [PATCH] deps: use ci --no-optional flags, this might break some things as it requires npm 6.31.4 --- src/bin/installDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/installDeps.sh b/src/bin/installDeps.sh index 6ea555dbf..94d8630cc 100755 --- a/src/bin/installDeps.sh +++ b/src/bin/installDeps.sh @@ -40,7 +40,7 @@ log "Ensure that all dependencies are up to date... If this is the first time y cd node_modules [ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite cd ep_etherpad-lite - npm ci + npm ci --no-optional ) || { rm -rf src/node_modules exit 1