Browse Source

Server: Install script - npm install with --legacy-peer-deps

Christian Kahlau 3 years ago
parent
commit
581ddae2cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/install/install.sh

+ 1 - 1
server/install/install.sh

@@ -45,7 +45,7 @@ $EXC_NPM install
 
 
 cd "$TMPFOLDER/ng"
 cd "$TMPFOLDER/ng"
 echo "[INSTALL] Installing npm build dependencies for Angular project"
 echo "[INSTALL] Installing npm build dependencies for Angular project"
-$EXC_NPM install
+$EXC_NPM install --legacy-peer-deps
 
 
 echo "[INSTALL] Building Angular project"
 echo "[INSTALL] Building Angular project"
 $EXC_NPM run build
 $EXC_NPM run build