Explorar o código

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

Christian Kahlau %!s(int64=3) %!d(string=hai) anos
pai
achega
581ddae2cd
Modificáronse 1 ficheiros con 1 adicións e 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