Fixed windows dependency install.

This commit is contained in:
SamTV12345 2023-06-25 22:50:07 +02:00
parent c204df1d9f
commit f2fc23863a

View file

@ -14,7 +14,7 @@ cd /D node_modules
mklink /D "ep_etherpad-lite" "..\src" mklink /D "ep_etherpad-lite" "..\src"
cd /D "ep_etherpad-lite" cd /D "ep_etherpad-lite"
cmd /C npm ci || exit /B 1 cmd /C npm ci --legacy-peer-deps || exit /B 1
cd /D "%~dp0\..\.." cd /D "%~dp0\..\.."