Explorar el Código

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

Christian Kahlau hace 3 años
padre
commit
581ddae2cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/install/install.sh

+ 1 - 1
server/install/install.sh

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