mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Fixed windows dependency install.
This commit is contained in:
parent
c204df1d9f
commit
f2fc23863a
1 changed files with 1 additions and 1 deletions
|
@ -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\..\.."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue