Only show errors/warnings on npm install [windows]

This commit is contained in:
Marcel Klehr 2012-11-19 15:24:48 +01:00
parent 3e53a11127
commit b515156041
1 changed files with 1 additions and 1 deletions

View File

@ -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...