diff options
author | Marcel Klehr <mklehr@gmx.net> | 2012-11-19 15:24:48 +0100 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2012-11-19 15:24:48 +0100 |
commit | b51515604155a05edcc2273763210cf5f1ddb653 (patch) | |
tree | ffbcf826db5bf64829da24dd6855ffba1a440e23 /bin/installOnWindows.bat | |
parent | 3e53a1112707b610432498ac60f607588dda2844 (diff) | |
download | etherpad-lite-b51515604155a05edcc2273763210cf5f1ddb653.zip |
Only show errors/warnings on npm install [windows]
Diffstat (limited to 'bin/installOnWindows.bat')
-rw-r--r-- | bin/installOnWindows.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/installOnWindows.bat b/bin/installOnWindows.bat index b4e4f540..32ff847f 100644 --- a/bin/installOnWindows.bat +++ b/bin/installOnWindows.bat @@ -13,7 +13,7 @@ cmd /C node -e %check_version% || exit /B 1 echo _ echo Installing etherpad-lite and dependencies... -cmd /C npm install src/ || exit /B 1 +cmd /C npm install src/ --loglevel warn || exit /B 1 echo _ echo Copying custom templates... |