Skip to content

Commit

Permalink
Fixed installOnWindows.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Jul 6, 2023
1 parent 1fa2055 commit e440d3d
Show file tree
Hide file tree
Showing 3 changed files with 12,250 additions and 20,845 deletions.
10 changes: 5 additions & 5 deletions src/bin/installOnWindows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ echo _
echo Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient.

echo Deleting old node_modules and src/node_modules
del /s node_modules
del /s src/node_modules
echo Deleting old package.json and package-lock.json
del /s package.json
del /s package-lock.json
del /s /q .\node_modules
del /s /q .\src\node_modules


cd /D src
cmd /C npm link || exit /B 1
Expand All @@ -27,6 +25,8 @@ del /S var\minified*

echo _
echo Setting up settings.json...

cd ..
IF NOT EXIST settings.json (
echo Can't find settings.json.
echo Copying settings.json.template...
Expand Down
Loading

0 comments on commit e440d3d

Please sign in to comment.